Skip to content

Commit

Permalink
chore: update image tags
Browse files Browse the repository at this point in the history
ref #229
  • Loading branch information
ygrishajev committed Jun 17, 2024
1 parent 792e81f commit b8aa6a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
api:
image: console-api:${API_TAG:-latest}
image: gcr.io/cloudmos-explorer/cloudmos-api:${API_TAG:-latest}
build:
dockerfile: docker/Dockerfile.node
target: production
Expand All @@ -16,15 +16,15 @@ services:
WORKSPACE: apps/indexer

provider-proxy:
image: console-provider-proxy:${PROVIDER_PROXY_TAG:-latest}
image: gcr.io/cloudmos-explorer/cloudmos-provider-proxy:${PROVIDER_PROXY_TAG:-latest}
build:
dockerfile: docker/Dockerfile.node
target: production
args:
WORKSPACE: apps/provider-proxy

deploy-web:
image: console-deploy-web:${DEPLOY_WEB_TAG:-latest}
image: gcr.io/cloudmos-explorer/akash-console-web:${DEPLOY_WEB_TAG:-latest}
build:
dockerfile: docker/Dockerfile.deploy-web
target: production
Expand Down

0 comments on commit b8aa6a0

Please sign in to comment.