From 121b9b9572fad7b4a487df5be3d6891f3dd62805 Mon Sep 17 00:00:00 2001 From: kanshi <46557+kanshi@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:23:18 +0200 Subject: [PATCH 1/3] Switch stage image --- operations/deploy-stage.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index 0bbce99..927d782 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -59,7 +59,7 @@ job "sbws-stage" { } config { - image = "svforte/anon-stage" + image = "ghcr.io/ator-development/ator-protocol-stage:latest" force_pull = true volumes = [ "local/anonrc:/etc/anon/anonrc" From 325aaed334716ec55833655f428acc6777e10433 Mon Sep 17 00:00:00 2001 From: Saundr21 Date: Sat, 17 Aug 2024 12:50:23 +0100 Subject: [PATCH 2/3] Switch stage images for other groups --- operations/deploy-stage.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index 927d782..85df645 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -286,7 +286,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} } config { - image = "svforte/anon-stage" + image = "ghcr.io/ator-development/ator-protocol-stage:latest" force_pull = true volumes = [ "local/anonrc:/etc/anon/anonrc" @@ -513,7 +513,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} } config { - image = "svforte/anon-stage" + image = "sghcr.io/ator-development/ator-protocol-stage:latest" force_pull = true volumes = [ "local/anonrc:/etc/anon/anonrc" From c100da39fc6e9806be4be3969865720d3c53d73f Mon Sep 17 00:00:00 2001 From: Saundr21 Date: Mon, 19 Aug 2024 16:07:25 +0100 Subject: [PATCH 3/3] Fix typo in image name --- operations/deploy-stage.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index 85df645..e5c0a59 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -513,7 +513,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} } config { - image = "sghcr.io/ator-development/ator-protocol-stage:latest" + image = "ghcr.io/ator-development/ator-protocol-stage:latest" force_pull = true volumes = [ "local/anonrc:/etc/anon/anonrc"