File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments