From fcd6d587e42500845d70f5c1dcde41dca9fbaa5b Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Thu, 3 Oct 2024 15:50:32 +0400 Subject: [PATCH] update gh-action, set docker image to tagged version --- .github/workflows/e2e-tests.yaml | 5 ++--- configs/ci.yaml | 2 +- configs/local.yaml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 0a84744..b9140e2 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -28,11 +28,10 @@ jobs: - name: Set Up Starship Infrastructure id: starship-infra - timeout-minutes: 10 - uses: cosmology-tech/starship-action@0.5.6 + uses: cosmology-tech/starship-action@0.5.7 with: config: configs/ci.yaml - cli-version: 2.10.1 + cli-version: 2.10.2 - name: Run E2E Tests run: yarn test diff --git a/configs/ci.yaml b/configs/ci.yaml index 183072b..42e706a 100644 --- a/configs/ci.yaml +++ b/configs/ci.yaml @@ -5,7 +5,7 @@ chains: - id: hyperweb name: custom numValidators: 1 - image: ghcr.io/cosmology-tech/jsd:latest + image: ghcr.io/cosmology-tech/jsd:v0.1 home: /root/.jsd binary: jsdd prefix: hyper diff --git a/configs/local.yaml b/configs/local.yaml index c232b61..59c7870 100644 --- a/configs/local.yaml +++ b/configs/local.yaml @@ -5,7 +5,7 @@ chains: - id: hyperweb name: custom numValidators: 1 - image: ghcr.io/cosmology-tech/jsd:latest + image: ghcr.io/cosmology-tech/jsd:v0.1 home: /root/.jsd binary: jsdd prefix: hyper