mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
CI: FIXUP
This commit is contained in:
parent
5b2e8b3d71
commit
809e72acb5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-push-image.yml
vendored
2
.github/workflows/build-push-image.yml
vendored
|
@ -316,7 +316,7 @@ jobs:
|
||||||
- name: Get the container image from the registry
|
- name: Get the container image from the registry
|
||||||
# It contains the image and the signatures
|
# It contains the image and the signatures
|
||||||
run: |-
|
run: |-
|
||||||
cosign save ${{ needs.merge.outputs.image_uri }} --dir tmp
|
cosign save ${{ needs.merge.outputs.image_uri }} --dir tmp
|
||||||
cd tmp
|
cd tmp
|
||||||
tar -cvf ../share/container.tar
|
tar -cvf ../share/container.tar
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue