Skip to content

Commit ab5bfb7

Browse files
committed
chore: change installation scripts
1 parent cba02d3 commit ab5bfb7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install Chainloop
2121
run: |
22-
curl -sfL https://chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
22+
curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
2323
2424
- name: Checkout
2525
uses: actions/checkout@v3
@@ -93,5 +93,5 @@ jobs:
9393
run: |
9494
chainloop attestation reset --trigger cancellation
9595
env:
96-
CHAINLOOP_VERSION: 0.8.70
96+
CHAINLOOP_VERSION: 0.8.92
9797
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}

chainloop-demo/github-workflow/release.v1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install Chainloop
2121
run: |
22-
curl -sfL https://chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
22+
curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
2323
2424
- name: Checkout
2525
uses: actions/checkout@v3
@@ -81,5 +81,5 @@ jobs:
8181
run: |
8282
chainloop attestation reset --trigger cancellation
8383
env:
84-
CHAINLOOP_VERSION: 0.8.70
84+
CHAINLOOP_VERSION: 0.8.92
8585
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}

chainloop-demo/github-workflow/release.v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install Chainloop
2121
run: |
22-
curl -sfL https://chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
22+
curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
2323
2424
- name: Checkout
2525
uses: actions/checkout@v3
@@ -93,5 +93,5 @@ jobs:
9393
run: |
9494
chainloop attestation reset --trigger cancellation
9595
env:
96-
CHAINLOOP_VERSION: 0.8.70
96+
CHAINLOOP_VERSION: 0.8.92
9797
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}

0 commit comments

Comments
 (0)