diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index 43200a1..622243f 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -316,6 +316,7 @@ jobs: - name: Get the container image from the registry # It contains the image and the signatures run: |- + export IMAGE_URI="${{ inputs.registry }}/${{ inputs.image_name }}:${{ needs.merge.outputs.tag }}@${{ needs.merge.outputs.digest_root }}" cosign save $IMAGE_URI --dir tmp cd tmp tar -cvf ../share/container.tar