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
+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: