Skip to content

Commit

Permalink
fixing cosign key issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalerhino committed Oct 19, 2024
1 parent 5f0be33 commit 92d898c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ jobs:
curl -LO https://github.com/sigstore/cosign/releases/download/v1.13.1/cosign-linux-amd64
chmod +x cosign-linux-amd64
sudo mv cosign-linux-amd64 /usr/local/bin/cosign
- name: Write signing key to disk
run: |
echo $KEY > cosign.key
shell: bash
env:
KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}

- name: Sign Docker Image
env:
Expand Down

0 comments on commit 92d898c

Please sign in to comment.