Skip to content

Commit

Permalink
Reapply "Disable buildx provenance"
Browse files Browse the repository at this point in the history
Removing `provenance: false` works just fine with Artifact Registry, but
it does push 3 tags for each build for reasons unknown to me. Leaving
this setting as-is will be fine.

This reverts commit 917dfa4.
  • Loading branch information
jgarber623 committed May 17, 2024
1 parent 917dfa4 commit 65591b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
with:
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false
push: true
tags: |
gcr.io/${{ env.GCP_PROJECT }}/${{ github.repository }}:${{ steps.vars.outputs.short_sha }}
Expand Down

0 comments on commit 65591b7

Please sign in to comment.