Skip to content

Commit

Permalink
Disable buildx provenance
Browse files Browse the repository at this point in the history
You gotta be kidding me.

See: docker/buildx#1533
  • Loading branch information
jgarber623 committed Jan 21, 2023
1 parent daf95a0 commit b7913b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -55,6 +55,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 b7913b2

Please sign in to comment.