Skip to content

Commit

Permalink
fix: Mattb/upgrade cosign installer (#460)
Browse files Browse the repository at this point in the history
* Upgrade cosign installer to v3.4.0

* upgrade cosign installer using same syntax as the indexer project
  • Loading branch information
mattb-hippo authored Mar 20, 2024
1 parent 57ef748 commit 675725c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ jobs:
# transparency data even for private images, pass --force to cosign below.
# https://github.com/sigstore/cosign
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v3.4.0'
uses: sigstore/[email protected]
- name: Check install!
run: cosign version
- name: Sign the published Docker image
Expand Down

0 comments on commit 675725c

Please sign in to comment.