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 ce417e376d
commit 2925d705ea
14 changed files with 26 additions and 26 deletions
@@ -1,7 +1,7 @@
version: '3'
services:
pezkuwi:
image: pezkuwichain/pezkuwi:latest
image: pezkuwi/pezkuwi:latest
ports:
- "127.0.0.1:30333:30333/tcp"