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
@@ -6,7 +6,7 @@ services:
- "9933:9933"
- "9944:9944"
- "9615:9615"
image: pezkuwichain/pezkuwi:latest
image: pezkuwi/pezkuwi:latest
volumes:
- "pezkuwi-data-alice:/data"
command: |
@@ -24,7 +24,7 @@ services:
- "9935:9933"
- "9945:9944"
- "29615:9615"
image: pezkuwichain/pezkuwi:latest
image: pezkuwi/pezkuwi:latest
volumes:
- "pezkuwi-data-bob:/data"
links:
@@ -1,7 +1,7 @@
version: '3'
services:
pezkuwi:
image: pezkuwichain/pezkuwi:latest
image: pezkuwi/pezkuwi:latest
ports:
- "127.0.0.1:30333:30333/tcp"