Skip to content

Commit 8edb97f

Browse files
committed
Update build.yaml
1 parent 2e33b98 commit 8edb97f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ jobs:
3030

3131
- name: Build the stack
3232
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 }}
3336

3437
- name: Push the stack to ACR
3538
run: docker compose --env-file tdei_uw.env push
39+
env:
40+
ENV: ${{ vars.ENV }}
41+
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
3642

3743

3844

0 commit comments

Comments
 (0)