File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,20 @@ jobs:
19
19
packages : write # to push container images
20
20
pull-requests : write
21
21
env :
22
- CHAINLOOP_VERSION : 0.9.0
22
+ CHAINLOOP_VERSION : 0.9.1
23
23
CHAINLOOP_ROBOT_ACCOUNT : ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
24
24
CONTAINER_IMAGE_CP : ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }}
25
25
CONTAINER_IMAGE_CAS : ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }}
26
26
steps :
27
- - name : Install Chainloop
28
- run : |
29
- curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
30
-
31
- # TODO(miguel) Move once the next release of chainloop is out and recorded in rekor
32
27
- name : Install Cosign
33
28
uses : sigstore/cosign-installer@main
34
29
with :
35
30
cosign-release : ' v2.0.2'
36
31
32
+ - name : Install Chainloop
33
+ run : |
34
+ curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
35
+
37
36
- name : Download jq
38
37
run : |
39
38
sudo wget -q https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/local/bin/jq
You can’t perform that action at this time.
0 commit comments