Skip to content

Commit 6da0eac

Browse files
committed
ci: switch to image with updated cometBFT 0.38.17 version
1 parent fa908d5 commit 6da0eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ jobs:
464464
test-e2e:
465465
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
466466
container:
467-
image: ghcr.io/heliaxdev/namada-ci:namada-v2.0.0
467+
image: ghcr.io/heliaxdev/namada-ci:namada-v3.0.0-alpha
468468
if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue')
469469
needs: [build-wasm, build-binaries]
470470
timeout-minutes: 50
@@ -635,7 +635,7 @@ jobs:
635635
test-e2e-with-device-automation:
636636
runs-on: [self-hosted, 4vcpu-8ram-ubuntu22-namada-x86]
637637
container:
638-
image: ghcr.io/heliaxdev/namada-ci:namada-v2.0.0
638+
image: ghcr.io/heliaxdev/namada-ci:namada-v3.0.0-alpha
639639
if: github.event.pull_request.draft == false || contains(github.head_ref, 'mergify/merge-queue') || contains(github.ref_name, 'mergify/merge-queue')
640640
needs: [build-wasm, build-binaries]
641641
timeout-minutes: 50

0 commit comments

Comments
 (0)