Skip to content

Commit

Permalink
ci: disable provenance for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Jul 10, 2024
1 parent a28f827 commit 48ca109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
sbom: true
provenance: true
provenance: false
platforms: linux/amd64,linux/arm64
- name: Sign the published Docker image
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 48ca109

Please sign in to comment.