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,5 +1,5 @@
[relaychain]
default_image = "pezkuwichain/pezkuwi:latest"
default_image = "pezkuwi/pezkuwi:latest"
default_command = "pezkuwi"
chain = "pezkuwichain-local"
@@ -20,6 +20,6 @@ chain = "asset-hub-pezkuwichain-local"
[[teyrchains.collators]]
name = "charlie"
validator = true
image = "pezkuwichain/pezkuwi-teyrchain:latest"
image = "pezkuwi/pezkuwi-teyrchain:latest"
command = "pezkuwi-teyrchain"
args = ["--force-authoring"]