Skip to content

Commit

Permalink
github-action: use actions/attest-build-provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 14, 2024
1 parent 088d3dc commit 0165a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
retention-days: 5

- name: generate build provenance (binaries)
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: "${{ github.workspace }}/dist/*.*"

Expand All @@ -77,13 +77,13 @@ jobs:
run: .ci/get-docker-provenance.sh

- name: generate build provenance (containers x86_64)
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-name: ${{ steps.image.outputs.name_1 }}
subject-digest: ${{ steps.image.outputs.digest_1 }}

- name: generate build provenance (containers arm64)
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-name: ${{ steps.image.outputs.name_2 }}
subject-digest: ${{ steps.image.outputs.digest_2 }}
Expand Down

0 comments on commit 0165a28

Please sign in to comment.