Skip to content

Commit 71c973d

Browse files
authored
Merge pull request #43 from it-at-m/main
main into dev
2 parents 0b9a2f2 + 1ef38f6 commit 71c973d

File tree

3 files changed

+154
-149
lines changed

3 files changed

+154
-149
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)