We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863c71b commit 1304c8eCopy full SHA for 1304c8e
.github/workflows/build.yaml
@@ -35,7 +35,7 @@ jobs:
35
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
36
37
- name: Push the stack to ACR
38
- run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
+ run: docker compose --env-file tdei_uw.env push
39
env:
40
ENV: ${{ vars.ENV }}
41
0 commit comments