Skip to content

Commit

Permalink
Use public gcp registry url (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-zilliqa authored Aug 1, 2024
1 parent 5b6cfa9 commit 6d3662d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion z2/docs/join.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you want to use a custom docker image you need to edit the generated `/path/t

```bash
ZQ_VERSION="e5f75649"
ZQ2_IMAGE="zilliqa/zq2:${ZQ_VERSION}"
ZQ2_IMAGE="asia-docker.pkg.dev/prj-p-devops-services-tvwmrf63/zilliqa-public/zq2:${ZQ_VERSION}"
```

# How-to customize the node configuration file
Expand Down
2 changes: 1 addition & 1 deletion z2/resources/start_validator.tera.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

ZQ_VERSION="{{ version }}"
ZQ2_IMAGE="zilliqa/zq2:${ZQ_VERSION}"
ZQ2_IMAGE="asia-docker.pkg.dev/prj-p-devops-services-tvwmrf63/zilliqa-public/zq2:${ZQ_VERSION}"
CHAIN_NAME="{{ chain_name }}"

NODE_PRIVATE_KEY=${1}
Expand Down

0 comments on commit 6d3662d

Please sign in to comment.