CI: FIXUP

This commit is contained in:
Alexis Métaireau 2025-04-25 19:54:42 +02:00
parent 5b2e8b3d71
commit 809e72acb5
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -316,7 +316,7 @@ jobs:
- name: Get the container image from the registry
# It contains the image and the signatures
run: |-
cosign save ${{ needs.merge.outputs.image_uri }} --dir tmp
cosign save ${{ needs.merge.outputs.image_uri }} --dir tmp
cd tmp
tar -cvf ../share/container.tar
cd ..