Skip to content

Commit

Permalink
fix: update cosign version (#2135)
Browse files Browse the repository at this point in the history
* chore: update cosign version

* chore: update cosign version

* chore: cosign auto approve
  • Loading branch information
RiceAndMeet authored Apr 3, 2024
1 parent af6c153 commit ea078c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ jobs:
steps:

- name: Install Cosign
uses: sigstore/cosign-installer@main
uses: sigstore/cosign-installer@v3.3.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.2'

- name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -226,7 +226,7 @@ jobs:
SEMVER: ${{ github.event.inputs.tag }}

- name: Sign the images with GitHub OIDC
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/axelar-core:${{ github.event.inputs.tag }}
COSIGN_EXPERIMENTAL: 1
Expand Down

0 comments on commit ea078c8

Please sign in to comment.