Skip to content

Commit

Permalink
fix: Upgrade cosign installer to v3.4.0 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo authored Mar 20, 2024
1 parent 6232915 commit 57ef748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.13.1'
cosign-release: 'v3.4.0'
- name: Check install!
run: cosign version
- name: Sign the published Docker image
Expand Down

0 comments on commit 57ef748

Please sign in to comment.