We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b9a2f2 + 1ef38f6 commit 71c973dCopy full SHA for 71c973d
.github/workflows/docker-publish.yml
@@ -54,7 +54,7 @@ jobs:
54
if: github.event_name != 'pull_request'
55
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
56
with:
57
- cosign-release: 'v2.1.1'
+ cosign-release: 'v2.2.0'
58
59
# Set up BuildKit Docker container builder to be able to build
60
# multi-platform images and export cache
@@ -106,4 +106,4 @@ jobs:
106
DIGEST: ${{ steps.build-and-push.outputs.digest }}
107
# This step uses the identity token to provision an ephemeral certificate
108
# against the sigstore community Fulcio instance.
109
- run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
+ run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
0 commit comments