Skip to content

Commit

Permalink
chore(infra): update cosign version and add -y flag to sign command (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Talal Ashraf authored May 30, 2024
1 parent b2456c1 commit 25274fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ jobs:

- name: Install Cosign
if: matrix.os == 'ubuntu-latest'
uses: sigstore/cosign-installer@main
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.2'

- name: Install SSH key
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -183,7 +185,7 @@ jobs:
- name: Sign the images with GitHub OIDC
if: matrix.os == 'ubuntu-latest'
run: cosign sign --oidc-issuer https://token.actions.githubusercontent.com ${TAGS}
run: cosign sign -y --oidc-issuer https://token.actions.githubusercontent.com ${TAGS}
env:
TAGS: axelarnet/tofnd:${{ github.event.inputs.tag }}
COSIGN_EXPERIMENTAL: 1

0 comments on commit 25274fe

Please sign in to comment.