fix: change to public image

This commit is contained in:
Roman 2025-02-12 15:25:50 +08:00
parent e55e6b6ec2
commit 4824aff5f3
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -19,7 +19,7 @@ NOMOS = "nomos"
NOMOS_EXECUTOR = "nomos_executor"
CFGSYNC = "cfgsync"
DEFAULT_IMAGE = "nomos:latest"
DEFAULT_IMAGE = "ghcr.io/logos-co/nomos-node:latest"
NODE_1 = get_env_var("NODE_1", NOMOS)
NODE_2 = get_env_var("NODE_2", NOMOS_EXECUTOR)