Skip to content

Commit 1ef38f6

Browse files
authored
Bump Sigstore Cosign Version to 2.2.0
1 parent b3e2264 commit 1ef38f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: github.event_name != 'pull_request'
5555
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
5656
with:
57-
cosign-release: 'v2.1.1'
57+
cosign-release: 'v2.2.0'
5858

5959
# Set up BuildKit Docker container builder to be able to build
6060
# multi-platform images and export cache
@@ -106,4 +106,4 @@ jobs:
106106
DIGEST: ${{ steps.build-and-push.outputs.digest }}
107107
# This step uses the identity token to provision an ephemeral certificate
108108
# against the sigstore community Fulcio instance.
109-
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
109+
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 commit comments

Comments
 (0)