Skip to content

Commit 863c71b

Browse files
committed
Update build.yaml
1 parent 8edb97f commit 863c71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
3636

3737
- name: Push the stack to ACR
38-
run: docker compose --env-file tdei_uw.env push
38+
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
3939
env:
4040
ENV: ${{ vars.ENV }}
4141
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)