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