From 28eb347e311670905a20f832152f1449fbb1380e Mon Sep 17 00:00:00 2001 From: Scott Hanson Date: Thu, 28 Mar 2024 16:01:05 -0400 Subject: [PATCH] newer cosign --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index efacceb..7cdf090 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -35,9 +35,9 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1 + uses: sigstore/cosign-installer@v3.3.0 with: - cosign-release: 'v2.1.1' + cosign-release: 'v2.2.2' # Set up BuildKit Docker container builder to be able to build # multi-platform images and export cache