mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
CI: Fixup for tar creation, it was missing a dot
This commit is contained in:
parent
1dd9fc9711
commit
357ae923dd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-push-image.yml
vendored
6
.github/workflows/build-push-image.yml
vendored
|
@ -317,9 +317,9 @@ jobs:
|
|||
# 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
|
||||
cosign save $IMAGE_URI --dir dz-container
|
||||
cd dz-container
|
||||
tar -cvf ../share/container.tar .
|
||||
cd ..
|
||||
|
||||
- name: Cache container image
|
||||
|
|
Loading…
Reference in a new issue