Skip to content

Commit a442c35

Browse files
committed
moving env vars to the right section
1 parent fa9a67d commit a442c35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,17 @@ services:
177177
- type=registry,ref=${WS_DOCKER_REGISTRY}/workspaces-leaderboard-frontend:buildcache,mode=max
178178
context: ./leaderboard/frontend
179179
dockerfile: Dockerfile
180-
181-
leaderboard-frontend_tag:
182-
extends: leaderboard-frontend
183-
image: ${WS_DOCKER_REGISTRY}/workspaces-leaderboard-frontend:${CODE_VERSION}
184-
build:
185180
args:
186181
VITE_TDEI_API_URL: ${WS_TDEI_API_URL}
187182
VITE_TDEI_USER_API_URL: ${WS_TDEI_BACKEND_URL}
188183
VITE_API_URL: ${WS_API_URL}
189184
VITE_OSM_URL: ${WS_OSM_URL}
190185

186+
leaderboard-frontend_tag:
187+
extends: leaderboard-frontend
188+
image: ${WS_DOCKER_REGISTRY}/workspaces-leaderboard-frontend:${CODE_VERSION}
189+
190+
191191
leaderboard-backend:
192192
image: ${WS_DOCKER_REGISTRY}/workspaces-leaderboard-backend:${ENV}
193193
build:

0 commit comments

Comments
 (0)