Skip to content

Commit 60eed97

Browse files
committed
Update build.yaml
1 parent 3f50e15 commit 60eed97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
env:
3434
ENV: ${{ vars.ENV }}
3535
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
36+
37+
# passwords
3638
WS_API_DB_PASS: ${{ secrets.WS_API_DB_PASS }}
3739
WS_MAPBOX_ACCESS_TOKEN: ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}
3840
WS_OSM_DB_PASS: ${{ secrets.WS_OSM_DB_PASS }}
@@ -42,10 +44,12 @@ jobs:
4244
WS_TASKS_SECRET_KEY: ${{ secrets.WS_TASKS_SECRET_KEY }}
4345

4446
- name: Push the stack to ACR
45-
run: docker compose --env-file tdei_uw.env push
47+
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
4648
env:
4749
ENV: ${{ vars.ENV }}
4850
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
51+
52+
# passwords
4953
WS_API_DB_PASS: ${{ secrets.WS_API_DB_PASS }}
5054
WS_MAPBOX_ACCESS_TOKEN: ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}
5155
WS_OSM_DB_PASS: ${{ secrets.WS_OSM_DB_PASS }}

0 commit comments

Comments
 (0)