File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,13 @@ jobs:
147
147
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
148
148
with :
149
149
path : builds
150
+ - name : Attest Artifacts
151
+ id : attest
152
+ uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
153
+ with :
154
+ subject-path : ./builds/release-tars-**/*.tar.gz
155
+ - name : Rename attestation artifact
156
+ run : mv ${{ steps.attest.outputs.bundle-path }} containerd-${{ needs.check.outputs.stringver }}-attestation.intoto.jsonl
150
157
- name : Create Release
151
158
uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
152
159
with :
@@ -158,8 +165,5 @@ jobs:
158
165
body_path : ./builds/containerd-release-notes/release-notes.md
159
166
files : |
160
167
builds/release-tars-**/*
168
+ containerd-*-attestation.intoto.jsonl
161
169
make_latest : false
162
- - name : Attest Artifacts
163
- uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
164
- with :
165
- subject-path : ./builds/release-tars-**/*.tar.gz
You can’t perform that action at this time.
0 commit comments