From 50fbd674cfef47704de9b3dd6ba81f8f05df7271 Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Thu, 18 Apr 2024 11:29:42 -0700 Subject: [PATCH] updating the version of cosign to match action version Signed-off-by: Adam D. Cornett --- .github/workflows/build-multiarch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index afb27701..71f8e62b 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -51,7 +51,7 @@ jobs: if: ${{ inputs.sign == true && github.event.release && github.event.action == 'published' }} uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v2.6.0 with: - cosign-release: 'v2.0.0' + cosign-release: 'v2.2.4' # Authenticate to container image registry to push the image - name: Podman Login