mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
fix: rename default docker image
This commit is contained in:
parent
b006bda4a9
commit
9a90fc29d1
@ -15,7 +15,7 @@ def get_env_var(var_name, default=None):
|
||||
|
||||
|
||||
# Configuration constants. Need to be upercase to appear in reports
|
||||
DEFAULT_NOMOS_IMAGE = "ghcr.io/logos-co/nomos-node:testnet"
|
||||
DEFAULT_NOMOS_IMAGE = "ghcr.io/logos-co/nomos:testnet"
|
||||
NOMOS_IMAGE = get_env_var("NOMOS_IMAGE", DEFAULT_NOMOS_IMAGE)
|
||||
|
||||
DEFAULT_PROXY_IMAGE = "bitnami/configurable-http-proxy:latest"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user