Skip to content

Commit 222fdf5

Browse files
authored
chore(ci): bump cosign version on release process (#644)
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent b9c81f0 commit 222fdf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
packages: write # to push container images
2424
pull-requests: write
2525
env:
26-
CHAINLOOP_VERSION: 0.66.0
26+
CHAINLOOP_VERSION: 0.80.1
2727
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
2828
CONTAINER_IMAGE_CP: ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }}
2929
CONTAINER_IMAGE_CAS: ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }}
3030
steps:
3131
- name: Install Cosign
3232
uses: sigstore/cosign-installer@ef6a6b364bbad08abd36a5f8af60b595d12702f8 # main
3333
with:
34-
cosign-release: "v2.0.2"
34+
cosign-release: "v2.2.3"
3535

3636
- name: Install Chainloop
3737
run: |

0 commit comments

Comments
 (0)