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:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user