Skip to content

Commit

Permalink
fix cosign version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tmuhamma committed Aug 21, 2024
1 parent e6afd5b commit 2ea7cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deliver-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@db0f512372e476bcdfc58b21303b1407a4313ccc #v2.6.0
uses: sigstore/cosign-installer #v2.6.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v3.6.0'


# Workaround: https://github.com/docker/build-push-action/issues/461
Expand Down

0 comments on commit 2ea7cd1

Please sign in to comment.