diff --git a/.github/workflows/deploy-image.yaml b/.github/workflows/deploy-image.yaml index 5114b64..cb28bcd 100644 --- a/.github/workflows/deploy-image.yaml +++ b/.github/workflows/deploy-image.yaml @@ -23,8 +23,8 @@ jobs: tags: | type=ref,event=branch type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} + type=semver,pattern=v{{version}} + type=semver,pattern=v{{major}}.{{minor}} - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: