Skip to content

Commit

Permalink
fix: install cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Dec 10, 2024
1 parent a48de99 commit 80a2409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
- name: Tag with stable
run: docker tag iconcommunity/relayer-admin-dashboard:${{ github.event.inputs.tag }} iconcommunity/relayer-admin-dashboard:stable

- name: Install cosign
uses: sigstore/cosign-installer@v3

- name: Sign relayer image
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
Expand Down

0 comments on commit 80a2409

Please sign in to comment.