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 2e33b98 commit 8edb97fCopy full SHA for 8edb97f
.github/workflows/build.yaml
@@ -30,9 +30,15 @@ jobs:
30
31
- name: Build the stack
32
run: docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION}
33
+ env:
34
+ ENV: ${{ vars.ENV }}
35
+ WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
36
37
- name: Push the stack to ACR
38
run: docker compose --env-file tdei_uw.env push
39
40
41
42
43
44
0 commit comments