Skip to content

Commit

Permalink
Merge pull request #43 from it-at-m/main
Browse files Browse the repository at this point in the history
main into dev
  • Loading branch information
ThomasAFink authored Oct 21, 2024
2 parents 0b9a2f2 + 1ef38f6 commit 71c973d
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 149 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
with:
cosign-release: 'v2.1.1'
cosign-release: 'v2.2.0'

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

0 comments on commit 71c973d

Please sign in to comment.