CI: update the key for the container.tar cache

This commit is contained in:
Alexis Métaireau 2025-04-25 20:06:53 +02:00
parent 809e72acb5
commit 4b76250615
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 - name: Get the container image from the registry
# It contains the image and the signatures # It contains the image and the signatures
run: |- run: |-
cosign save ${{ needs.merge.outputs.image_uri }} --dir tmp cosign save $IMAGE_URI --dir tmp
cd tmp cd tmp
tar -cvf ../share/container.tar tar -cvf ../share/container.tar
cd .. cd ..
@ -325,7 +325,7 @@ jobs:
id: cache-container-image id: cache-container-image
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: v6-container-${{ needs.merge.outputs.image_uri }} key: v6-container-${{ inputs.registry }}/${{ inputs.image_name }}:${{ needs.merge.outputs.tag }}@${{ needs.merge.outputs.digest_root }}"
path: |- path: |-
share/container.tar share/container.tar