Skip to content

Commit

Permalink
use according to sigstore README
Browse files Browse the repository at this point in the history
  • Loading branch information
arizon-dread committed Nov 26, 2024
1 parent 1547fc8 commit 2804746
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/[email protected] #v3.1.1
- name: Install Cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.4.1'
- name: Check install!
run: cosign version

# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
Expand Down

0 comments on commit 2804746

Please sign in to comment.