File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments