Skip to content

Commit 3c76e97

Browse files
authored
github-action: use actions/attest-build-provenance (#358)
1 parent c781faa commit 3c76e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
labels: ${{ steps.docker-meta.outputs.labels }}
5656

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

0 commit comments

Comments
 (0)