mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +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
|
# It contains the image and the signatures
|
||||||
run: |-
|
run: |-
|
||||||
export IMAGE_URI="${{ inputs.registry }}/${{ inputs.image_name }}:${{ needs.merge.outputs.tag }}@${{ needs.merge.outputs.digest_root }}"
|
export IMAGE_URI="${{ inputs.registry }}/${{ inputs.image_name }}:${{ needs.merge.outputs.tag }}@${{ needs.merge.outputs.digest_root }}"
|
||||||
cosign save $IMAGE_URI --dir tmp
|
cosign save $IMAGE_URI --dir dz-container
|
||||||
cd tmp
|
cd dz-container
|
||||||
tar -cvf ../share/container.tar
|
tar -cvf ../share/container.tar .
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Cache container image
|
- name: Cache container image
|
||||||
|
|
Loading…
Reference in a new issue