Skip to content

Commit

Permalink
ci: do not specify cosign version
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Feb 11, 2024
1 parent f54c4fa commit 0f370f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
- name: Install Cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1
with:
cosign-release: 'v1.13.1'

- name: Prepare
id: prep
Expand Down Expand Up @@ -225,8 +223,6 @@ jobs:
- name: Install Cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1
with:
cosign-release: 'v1.13.1'

- name: Prepare
id: prep
Expand Down

0 comments on commit 0f370f7

Please sign in to comment.