Skip to content

Commit

Permalink
use latest cosign in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjudeikis committed Dec 16, 2024
1 parent b04798a commit 14e5d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
check-latest: true
- name: Delete non-semver tags
run: 'git tag -d $(git tag -l | grep -v "^v")'
- uses: sigstore/cosign-installer@v2.7.0
- uses: sigstore/cosign-installer@latest
- name: Install ko
run: go install github.com/google/ko@latest

Expand Down

0 comments on commit 14e5d16

Please sign in to comment.