From 809e72acb5a96921836dd092e94cd11bead0f08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 25 Apr 2025 19:54:42 +0200 Subject: [PATCH] CI: FIXUP --- .github/workflows/build-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..