mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
CI: Publish the cosign publish key as an artifact
This commit is contained in:
parent
b77583b95a
commit
3589a27398
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build-push-image.yml
vendored
8
.github/workflows/build-push-image.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue