Skip to content

Commit

Permalink
fixing github action: cosign installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lynx-coding committed Nov 6, 2023
1 parent b1080a0 commit 4a68f8e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install Cosign
steps:
- name: Install Cosign
uses: sigstore/[email protected]
- name: Check install!
run: cosign version
uses: sigstore/[email protected]
- name: Check install!
run: cosign version


# Workaround: https://github.com/docker/build-push-action/issues/461
Expand Down

0 comments on commit 4a68f8e

Please sign in to comment.