From 135824f7bdd9a96b946c23d93b70dfdc81630c02 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Mon, 18 Nov 2024 07:36:57 +0100 Subject: [PATCH] chore: Update cosign --- .github/workflows/docker-publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 24ebe6d..8b368f8 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -34,7 +34,7 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@v2.8.1 + uses: sigstore/cosign-installer@v3.7.0 # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx @@ -76,8 +76,4 @@ jobs: # https://github.com/sigstore/cosign - name: Sign the published Docker image if: ${{ github.event_name != 'pull_request' }} - env: - COSIGN_EXPERIMENTAL: "true" - # This step uses the identity token to provision an ephemeral certificate - # against the sigstore community Fulcio instance. run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}