mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-02 03:32: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
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue