Skip to content

Commit 3961dc9

Browse files
committed
Publish attestation as release artifact
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 9dfdb24 commit 3961dc9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ jobs:
147147
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
148148
with:
149149
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
150157
- name: Create Release
151158
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
152159
with:
@@ -158,8 +165,5 @@ jobs:
158165
body_path: ./builds/containerd-release-notes/release-notes.md
159166
files: |
160167
builds/release-tars-**/*
168+
containerd-*-attestation.intoto.jsonl
161169
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

0 commit comments

Comments
 (0)