diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index 0372542..c87848d 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -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 ..