diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 6b9cddba..c85af04e 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -61,7 +61,7 @@ jobs: type=raw,value=canary,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} type=ref,event=pr type=semver,pattern={{raw}} - type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }} + type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }} - name: Login to GitHub Container Registry uses: docker/login-action@v1