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:
@@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
pezkuwi:
|
||||
image: pezkuwichain/pezkuwi:latest
|
||||
image: pezkuwi/pezkuwi:latest
|
||||
|
||||
ports:
|
||||
- "127.0.0.1:30333:30333/tcp"
|
||||
|
||||
Reference in New Issue
Block a user