CI: Publish the cosign publish key as an artifact

This commit is contained in:
Alexis Métaireau 2025-04-25 18:27:01 +02:00
parent b77583b95a
commit 3589a27398
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -320,3 +320,11 @@ jobs:
key: v6-container-${{ needs.merge.outputs.image_uri }} key: v6-container-${{ needs.merge.outputs.image_uri }}
path: |- path: |-
share/container.tar share/container.tar
- name: Upload pubkey
uses: actions/upload-artifact@v4
with:
name: pubkey
path: "${{inputs.key_name}}.pub"
if-no-files-found: error
compression-level: 0