Skip to content

Commit

Permalink
Use github-early-access/generate-build-provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Jan 19, 2024
1 parent 67b0d54 commit 98c0324
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: generate build provenance
uses: github-early-access/generate-build-provenance@main
with:
subject-name: ${{ steps.meta.outputs.tags }}
subject-digest: ${{ steps.build-and-push.outputs.digest }}
push-to-registry: false
# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
# repository is public to avoid leaking data. If you would like to publish
Expand Down

0 comments on commit 98c0324

Please sign in to comment.