Skip to content

Commit 184e196

Browse files
Bump actions/attest-build-provenance from 1 to 2 (#47)
1 parent d4b7bcc commit 184e196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
tags: ${{ steps.meta.outputs.tags }}
4545
labels: ${{ steps.meta.outputs.labels }}
4646
- name: Generate artifact attestation
47-
uses: actions/attest-build-provenance@v1
47+
uses: actions/attest-build-provenance@v2
4848
with:
4949
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
5050
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)