Skip to content

Commit

Permalink
Update cosign version
Browse files Browse the repository at this point in the history
  • Loading branch information
XSmeets authored Apr 4, 2024
1 parent 0845471 commit 7b19b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@main
uses: sigstore/cosign-installer@v3.1.2 #v2.6.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.0'

# Added as suggestion to fix https://github.com/docker/buildx/issues/499#issuecomment-763920971
- name: Set up QEMU
Expand Down

0 comments on commit 7b19b96

Please sign in to comment.