Skip to content

Commit

Permalink
chore(release): switch to actions/attest-build-provenance (#4061)
Browse files Browse the repository at this point in the history
This had been done for other uses in this workflow in #4025,
and then this additional usage was added a bit later in #4005.
  • Loading branch information
trentm authored Jun 5, 2024
1 parent 07fb5e3 commit 3e4768c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
AGENT_DIR=/build/dist/nodejs
- name: Attest Docker image (wolfi)
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
with:
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
subject-digest: ${{ steps.docker-push-wolfi.outputs.digest }}
Expand Down

0 comments on commit 3e4768c

Please sign in to comment.