diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a234442b..03982307 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -25,9 +25,7 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: ${{ github.event_name != 'pull_request' }} - uses: sigstore/cosign-installer@main - with: - cosign-release: "v2.2.0" + uses: sigstore/cosign-installer@3.5.0 # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx @@ -76,4 +74,4 @@ jobs: COSIGN_EXPERIMENTAL: "true" # This step uses the identity token to provision an ephemeral certificate # against the sigstore community Fulcio instance. - run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }} + run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}