mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
CI: re-export the IMAGE_URI variable before cosign save
This commit is contained in:
parent
4b76250615
commit
1dd9fc9711
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-push-image.yml
vendored
1
.github/workflows/build-push-image.yml
vendored
|
@ -316,6 +316,7 @@ jobs:
|
|||
- name: Get the container image from the registry
|
||||
# It contains the image and the signatures
|
||||
run: |-
|
||||
export IMAGE_URI="${{ inputs.registry }}/${{ inputs.image_name }}:${{ needs.merge.outputs.tag }}@${{ needs.merge.outputs.digest_root }}"
|
||||
cosign save $IMAGE_URI --dir tmp
|
||||
cd tmp
|
||||
tar -cvf ../share/container.tar
|
||||
|
|
Loading…
Reference in a new issue