Skip to content

Commit

Permalink
fix: disabling provenance as a workaround for buildx issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogallotti-mirta committed Jan 20, 2023
1 parent c7e4488 commit 9850e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
labels: ${{ steps.meta-migrations.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false

- name: Generate tags and image meta
id: meta
Expand All @@ -127,6 +128,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9850e69

Please sign in to comment.