Skip to content

Commit

Permalink
GH org updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Sep 4, 2024
1 parent 76c40f0 commit f726fd9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions operations/deploy-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f726fd9

Please sign in to comment.