Skip to content

Commit

Permalink
fix: use latest cosign
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Dec 11, 2021
1 parent db7c3c4 commit 09d71aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: sigstore/[email protected]
with:
cosign-release: 'v1.4.0'
- uses: sigstore/[email protected]
- run: cosign version
- name: dockerhub-login
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 09d71aa

Please sign in to comment.