mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-01 03:02:23 +02:00
CI: update the key for the container.tar cache
This commit is contained in:
parent
809e72acb5
commit
4b76250615
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-push-image.yml
vendored
4
.github/workflows/build-push-image.yml
vendored
|
@ -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 $IMAGE_URI --dir tmp
|
||||
cd tmp
|
||||
tar -cvf ../share/container.tar
|
||||
cd ..
|
||||
|
@ -325,7 +325,7 @@ jobs:
|
|||
id: cache-container-image
|
||||
uses: actions/cache@v4
|
||||
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: |-
|
||||
share/container.tar
|
||||
|
||||
|
|
Loading…
Reference in a new issue