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 465352d commit cde137c
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 @@ -55,7 +55,7 @@ jobs:
labels: ${{ steps.docker-meta.outputs.labels }}

- name: Attest image
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-name: index.docker.io/${{ env.DOCKER_IMAGE_NAME }}
subject-digest: ${{ steps.docker-push.outputs.digest }}
Expand Down

0 comments on commit cde137c

Please sign in to comment.