Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: update cosign installer version (#32)
Browse files Browse the repository at this point in the history
i hear there's problems with 3.0.1 that are fixed in 3.0.2
that can affect people using this repository as a template
  • Loading branch information
xynydev authored Apr 22, 2023
1 parent 693320d commit 91d4c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.0.1
- uses: sigstore/cosign-installer@v3.0.2
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down

0 comments on commit 91d4c38

Please sign in to comment.