Skip to content

Commit

Permalink
GH org renames
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Sep 4, 2024
1 parent f6dd87c commit 6ff44e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -24,4 +24,4 @@ runs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/ator-development/api-service:${{ inputs.docker-tag }}
tags: ghcr.io/anyone-protocol/api-service:${{ inputs.docker-tag }}
2 changes: 1 addition & 1 deletion operations/deploy-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ job "api-service-dev" {
}

config {
image = "ghcr.io/ator-development/api-service:DEPLOY_TAG"
image = "ghcr.io/anyone-protocol/api-service:DEPLOY_TAG"
force_pull = true
}

Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ job "api-service-live" {
}

config {
image = "ghcr.io/ator-development/api-service:DEPLOY_TAG"
image = "ghcr.io/anyone-protocol/api-service:DEPLOY_TAG"
force_pull = true
}

Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ job "api-service-stage" {
}

config {
image = "ghcr.io/ator-development/api-service:DEPLOY_TAG"
image = "ghcr.io/anyone-protocol/api-service:DEPLOY_TAG"
force_pull = true
}

Expand Down

0 comments on commit 6ff44e7

Please sign in to comment.