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