CI: Fixup for tar creation, it was missing a dot

This commit is contained in:
Alexis Métaireau 2025-04-28 14:33:13 +02:00
parent 1dd9fc9711
commit 357ae923dd
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -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