diff --git a/.github/actions/build-and-push/action.yml b/.github/actions/build-and-push/action.yml index c7d6567..726f8a5 100644 --- a/.github/actions/build-and-push/action.yml +++ b/.github/actions/build-and-push/action.yml @@ -23,4 +23,4 @@ runs: context: . file: ./docker/scanner/Dockerfile push: true - tags: ghcr.io/ator-development/sbws-scanner:${{ inputs.docker-tag }} + tags: ghcr.io/anyone-protocol/sbws-scanner:${{ inputs.docker-tag }} diff --git a/operations/deploy-dev.hcl b/operations/deploy-dev.hcl index 7a890ef..67a8ea2 100644 --- a/operations/deploy-dev.hcl +++ b/operations/deploy-dev.hcl @@ -65,7 +65,7 @@ job "sbws-dev" { } config { - image = "ghcr.io/ator-development/ator-protocol-dev:latest" + image = "ghcr.io/anyone-protocol/ator-protocol-dev:latest" force_pull = true volumes = [ "local/anonrc:/etc/anon/anonrc" @@ -128,7 +128,7 @@ ORPort {{ env `NOMAD_PORT_orport` }} } config { - image = "ghcr.io/ator-development/sbws-scanner:DEPLOY_TAG" + image = "ghcr.io/anyone-protocol/sbws-scanner:DEPLOY_TAG" force_pull = true volumes = [ "local/.sbws.ini:/root/.sbws.ini:ro" diff --git a/operations/deploy-live.hcl b/operations/deploy-live.hcl index e3501a0..c8b2e6d 100644 --- a/operations/deploy-live.hcl +++ b/operations/deploy-live.hcl @@ -133,7 +133,7 @@ ORPort {{ env `NOMAD_PORT_orport` }} } config { - image = "ghcr.io/ator-development/sbws-scanner:DEPLOY_TAG" + image = "ghcr.io/anyone-protocol/sbws-scanner:DEPLOY_TAG" force_pull = true volumes = [ "local/.sbws.ini:/root/.sbws.ini:ro" diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index d261150..f7502b5 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -59,7 +59,7 @@ job "sbws-stage" { } config { - image = "ghcr.io/ator-development/ator-protocol-stage:latest" + image = "ghcr.io/anyone-protocol/ator-protocol-stage:latest" force_pull = true volumes = [ "local/anonrc:/etc/anon/anonrc" @@ -122,7 +122,7 @@ ORPort {{ env `NOMAD_PORT_orport` }} } config { - image = "ghcr.io/ator-development/sbws-scanner:DEPLOY_TAG" + image = "ghcr.io/anyone-protocol/sbws-scanner:DEPLOY_TAG" force_pull = true volumes = [ "local/.sbws.ini:/root/.sbws.ini:ro" @@ -286,7 +286,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} } config { - image = "ghcr.io/ator-development/ator-protocol-stage:latest" + image = "ghcr.io/anyone-protocol/ator-protocol-stage:latest" force_pull = true volumes = [ "local/anonrc:/etc/anon/anonrc" @@ -349,7 +349,7 @@ ORPort {{ env `NOMAD_PORT_orport` }} } config { - image = "ghcr.io/ator-development/sbws-scanner:DEPLOY_TAG" + image = "ghcr.io/anyone-protocol/sbws-scanner:DEPLOY_TAG" force_pull = true volumes = [ "local/.sbws.ini:/root/.sbws.ini:ro" @@ -513,7 +513,7 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }} } config { - image = "ghcr.io/ator-development/ator-protocol-stage:latest" + image = "ghcr.io/anyone-protocol/ator-protocol-stage:latest" force_pull = true volumes = [ "local/anonrc:/etc/anon/anonrc" @@ -576,7 +576,7 @@ ORPort {{ env `NOMAD_PORT_orport` }} } config { - image = "ghcr.io/ator-development/sbws-scanner:DEPLOY_TAG" + image = "ghcr.io/anyone-protocol/sbws-scanner:DEPLOY_TAG" force_pull = true volumes = [ "local/.sbws.ini:/root/.sbws.ini:ro"