Skip to content

Commit

Permalink
ci: disable provenance (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre authored Jul 29, 2024
1 parent e3d0a2c commit b5e6e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
provenance: false
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit b5e6e9b

Please sign in to comment.