We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c81f0 commit 222fdf5Copy full SHA for 222fdf5
1 file changed
.github/workflows/release.yaml
@@ -23,15 +23,15 @@ jobs:
23
packages: write # to push container images
24
pull-requests: write
25
env:
26
- CHAINLOOP_VERSION: 0.66.0
+ CHAINLOOP_VERSION: 0.80.1
27
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
28
CONTAINER_IMAGE_CP: ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }}
29
CONTAINER_IMAGE_CAS: ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }}
30
steps:
31
- name: Install Cosign
32
uses: sigstore/cosign-installer@ef6a6b364bbad08abd36a5f8af60b595d12702f8 # main
33
with:
34
- cosign-release: "v2.0.2"
+ cosign-release: "v2.2.3"
35
36
- name: Install Chainloop
37
run: |
0 commit comments