Skip to content

Commit fa993b9

Browse files
authored
chore(ci): enable cosign verification during chainloop installation (#119)
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent 9087ea9 commit fa993b9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)