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:
1919 packages : write # to push container images
2020 pull-requests : write
2121 env :
22- CHAINLOOP_VERSION : 0.9.0
22+ CHAINLOOP_VERSION : 0.9.1
2323 CHAINLOOP_ROBOT_ACCOUNT : ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
2424 CONTAINER_IMAGE_CP : ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }}
2525 CONTAINER_IMAGE_CAS : ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }}
2626 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
3227 - name : Install Cosign
3328 uses : sigstore/cosign-installer@main
3429 with :
3530 cosign-release : ' v2.0.2'
3631
32+ - name : Install Chainloop
33+ run : |
34+ curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
35+
3736 - name : Download jq
3837 run : |
3938 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