fix(ci): change Docker Hub namespace from pezkuwichain/ to pezkuwi/

Docker Hub personal account namespace must match the username.
Updated all docker.io image references across workflows, actions,
docker-compose files, and zombienet configs.
This commit is contained in:
2026-03-14 15:58:50 +03:00
parent 012807bf14
commit afa8bba099
13 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ runs:
- name: build
shell: bash
env:
ZOMBIENET_IMAGE: "docker.io/pezkuwichain/zombienet:v1.3.105"
IMAGE_TAG: docker.io/pezkuwichain/${{ inputs.image-name }}
ZOMBIENET_IMAGE: "docker.io/pezkuwi/zombienet:v1.3.105"
IMAGE_TAG: docker.io/pezkuwi/${{ inputs.image-name }}
run: |
export DOCKER_IMAGES_VERSION=${{ github.event.pull_request.head.sha || 'main' }}
if [[ ${{ github.event_name }} == "merge_group" ]]; then export DOCKER_IMAGES_VERSION="${GITHUB_SHA::8}"; fi
+1 -1
View File
@@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true
env:
ETH_RPC_IMAGE_NAME: "docker.io/pezkuwichain/eth-rpc"
ETH_RPC_IMAGE_NAME: "docker.io/pezkuwi/eth-rpc"
jobs:
isdraft:
+1 -1
View File
@@ -240,7 +240,7 @@ jobs:
- id: set-image
run: |
BODY=$(echo "$CMD" | xargs) # remove whitespace
IMAGE_OVERRIDE=$(echo $BODY | grep -oe 'docker.io/pezkuwichain/ci-unified:.*\s' | xargs)
IMAGE_OVERRIDE=$(echo $BODY | grep -oe 'docker.io/pezkuwi/ci-unified:.*\s' | xargs)
cat .github/env >> $GITHUB_OUTPUT
+3 -3
View File
@@ -1,11 +1,11 @@
# zombienet settings
ZOMBIENET_PROVIDER=native
ZOMBIENET_IMAGE_FOR_NATIVE=docker.io/pezkuwichain/zombienet:v1.3.133
ZOMBIENET_IMAGE_FOR_NATIVE=docker.io/pezkuwi/zombienet:v1.3.133
ZOMBIENET_DEFAULT_RUNNER_FOR_NATIVE=pezkuwi-runner
ZOMBIENET_LARGE_RUNNER_FOR_NATIVE=pezkuwi-runner
ZOMBIENET_DEFAULT_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
ZOMBIENET_LARGE_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
ZOMBIENET_IMAGE_FOR_K8S=docker.io/pezkuwichain/zombienet:v1.3.133
ZOMBIENET_IMAGE_FOR_K8S=docker.io/pezkuwi/zombienet:v1.3.133
ZOMBIENET_RUNNER_FOR_K8S=pezkuwi-runner
DEBUG=zombie,zombie::network-node,zombie::kube::client::logs
@@ -16,7 +16,7 @@ ZOMBIENET_SDK_DEFAULT_RUNNER_FOR_NATIVE=pezkuwi-runner
ZOMBIENET_SDK_LARGE_RUNNER_FOR_NATIVE=pezkuwi-runner
ZOMBIENET_SDK_DEFAULT_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
ZOMBIENET_SDK_LARGE_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
ZOMBIENET_SDK_IMAGE_FOR_K8S=docker.io/pezkuwichain/zombienet:v1.3.133
ZOMBIENET_SDK_IMAGE_FOR_K8S=docker.io/pezkuwi/zombienet:v1.3.133
ZOMBIENET_SDK_RUNNER_FOR_K8S=pezkuwi-runner
RUST_LOG=info,zombienet_orchestrator=trace,cumulus_zombienet_sdk_helpers=debug