From e548cfc424cc890370904c32c14e39d6655f28e1 Mon Sep 17 00:00:00 2001 From: Klaus Mueller Date: Thu, 11 Apr 2024 10:25:52 +0200 Subject: [PATCH] cosign-release is optional, version bump --- .github/workflows/docker-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 8c883ef..f95dd54 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,9 +41,7 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1 - with: - cosign-release: 'v2.1.1' + uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0 # Set up BuildKit Docker container builder to be able to build # multi-platform images and export cache