Skip to content

Commit

Permalink
Bump cosign
Browse files Browse the repository at this point in the history
Bump the cosign version to the latest release and add the --yes flag to skip prompts.

Signed-off-by: Alina Sudakov <[email protected]>
  • Loading branch information
AlinaSecret authored and fedepaol committed Apr 4, 2024
1 parent e44ce8c commit 021c13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: "v1.13.1"
cosign-release: "v2.2.3"

- name: Code checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
GIT_COMMIT: ${{ github.sha }}
- name: Cosign sign tags
run: cosign sign ${TAGS}
run: cosign sign --yes ${TAGS}
env:
TAGS: ${{ steps.meta.outputs.tags }}@${{ steps.build-and-push.outputs.digest }}
COSIGN_EXPERIMENTAL: 1
Expand Down

0 comments on commit 021c13e

Please sign in to comment.