diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 37c6a12..bcc53df 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -127,7 +127,7 @@ jobs: tags: | ${{ needs.version.outputs.version }} ${{ needs.version.outputs.major }} - ${{ needs.version.outputs.major }}${{ needs.version.outputs.minor }} + ${{ needs.version.outputs.major }}.${{ needs.version.outputs.minor }} latest - name: Create manifest list and push