From c2dad8661002b1f232f88f5cd60e87a4729d8556 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index afb27701..2cd11219 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -49,9 +49,9 @@ jobs: steps: - name: Install cosign if: ${{ inputs.sign == true && github.event.release && github.event.action == 'published' }} - uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v2.6.0 + uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0 with: - cosign-release: 'v2.0.0' + cosign-release: 'v2.2.4' # Authenticate to container image registry to push the image - name: Podman Login