Skip to content

Commit 24beb51

Browse files
committed
add attest action
1 parent efc2318 commit 24beb51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
sbom: true
2828
push: true
2929

30-
# - uses: actions/attest-build-provenance@v1
31-
# with:
32-
# subject-name: ${{ env.IMAGE }}
33-
# subject-digest: ${{ steps.push.outputs.digest }}
34-
# push-to-registry: true
30+
- uses: actions/attest-build-provenance@v1
31+
with:
32+
subject-name: ${{ env.IMAGE }}
33+
subject-digest: ${{ steps.push.outputs.digest }}
34+
push-to-registry: true
3535

0 commit comments

Comments
 (0)