fix(ci): use upstream paritytech/zombienet Docker image

Zombienet is a 3rd-party upstream tool — its Docker image should
reference paritytech/zombienet, not pezkuwi/zombienet which doesn't
exist on Docker Hub. This fixes all zombienet test failures caused
by image pull failures.
This commit is contained in:
2026-03-16 15:34:47 +03:00
parent afa8bba099
commit 6c036bbe6f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ runs:
- name: build
shell: bash
env:
ZOMBIENET_IMAGE: "docker.io/pezkuwi/zombienet:v1.3.105"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.105"
IMAGE_TAG: docker.io/pezkuwi/${{ inputs.image-name }}
run: |
export DOCKER_IMAGES_VERSION=${{ github.event.pull_request.head.sha || 'main' }}