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:
@@ -34,7 +34,7 @@ services:
|
||||
- "9615:9615"
|
||||
volumes:
|
||||
- ../../target/release/bizinikiwi:/usr/local/bin/bizinikiwi
|
||||
image: pezkuwichain/bizinikiwi
|
||||
image: pezkuwi/bizinikiwi
|
||||
networks:
|
||||
- internet
|
||||
command:
|
||||
@@ -60,7 +60,7 @@ services:
|
||||
- "--prometheus-external"
|
||||
|
||||
validator-b:
|
||||
image: pezkuwichain/bizinikiwi
|
||||
image: pezkuwi/bizinikiwi
|
||||
ports:
|
||||
- "9945:9944"
|
||||
volumes:
|
||||
@@ -90,7 +90,7 @@ services:
|
||||
- "--prometheus-external"
|
||||
|
||||
light-c:
|
||||
image: pezkuwichain/bizinikiwi
|
||||
image: pezkuwi/bizinikiwi
|
||||
ports:
|
||||
- "9946:9944"
|
||||
volumes:
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
timeout = 1500
|
||||
|
||||
[relaychain]
|
||||
default_image = "pezkuwichain/pezkuwi:latest"
|
||||
default_image = "pezkuwi/pezkuwi:latest"
|
||||
default_command = "pezkuwi"
|
||||
chain = "pezkuwichain-local"
|
||||
|
||||
@@ -20,7 +20,7 @@ validator = true
|
||||
id = 2000
|
||||
chain = "asset-hub-pezkuwichain-local"
|
||||
default_command = "pezkuwi-teyrchain"
|
||||
default_image = "pezkuwichain/pezkuwi-teyrchain:latest"
|
||||
default_image = "pezkuwi/pezkuwi-teyrchain:latest"
|
||||
cumulus_based = true
|
||||
default_args = [
|
||||
"--force-authoring",
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
timeout = 1500
|
||||
|
||||
[relaychain]
|
||||
default_image = "pezkuwichain/pezkuwi:latest"
|
||||
default_image = "pezkuwi/pezkuwi:latest"
|
||||
default_command = "pezkuwi"
|
||||
chain = "pezkuwichain-local"
|
||||
|
||||
@@ -19,7 +19,7 @@ validator = true
|
||||
id = 2000
|
||||
cumulus_based = true
|
||||
chain = "asset-hub-pezkuwichain-local"
|
||||
default_image = "pezkuwichain/pezkuwi-teyrchain:latest"
|
||||
default_image = "pezkuwi/pezkuwi-teyrchain:latest"
|
||||
default_command = "pezkuwi-teyrchain"
|
||||
default_args = [
|
||||
"--force-authoring",
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
timeout = 1500
|
||||
|
||||
[relaychain]
|
||||
default_image = "pezkuwichain/pezkuwi:latest"
|
||||
default_image = "pezkuwi/pezkuwi:latest"
|
||||
default_command = "pezkuwi"
|
||||
chain = "pezkuwichain-local"
|
||||
default_args = [
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
timeout = 1500
|
||||
|
||||
[relaychain]
|
||||
default_image = "pezkuwichain/pezkuwi:latest"
|
||||
default_image = "pezkuwi/pezkuwi:latest"
|
||||
default_command = "pezkuwi"
|
||||
chain = "pezkuwichain-local"
|
||||
default_args = [
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
timeout = 1500
|
||||
|
||||
[relaychain]
|
||||
default_image = "pezkuwichain/pezkuwi:latest"
|
||||
default_image = "pezkuwi/pezkuwi:latest"
|
||||
default_command = "pezkuwi"
|
||||
chain = "pezkuwichain-local"
|
||||
default_args = [
|
||||
|
||||
Reference in New Issue
Block a user