Skip to content

Commit

Permalink
ci(docker): set provenance=false when building image
Browse files Browse the repository at this point in the history
This should avoid issue described in docker/build-push-action#820.

Refs #5815
  • Loading branch information
char0n committed Jun 1, 2023
1 parent f73b38b commit 56838ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
context: .
platforms: ${{ matrix.platform }}
provenance: false
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

- name: Export digest
Expand Down

0 comments on commit 56838ed

Please sign in to comment.