Skip to content

Commit

Permalink
Update cosign version to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Jan 1, 2024
1 parent 34d3fe1 commit dafbc48
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
uses: actions/checkout@v3


- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
- name: Install Cosign
uses: sigstore/cosign-installer@v3.3.0
with:
cosign-release: "v1.11.1"
cosign-release: 'v2.2.2'
- name: Check install!
run: cosign version

- name: Setup Docker buildx
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
Expand Down

0 comments on commit dafbc48

Please sign in to comment.