Skip to content

Commit a2904dc

Browse files
committed
Update build.yaml
1 parent c021553 commit a2904dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Build and push
6262
run: |
63-
docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION="${CODE_VERSION}" ${{github.event.inputs.build_flag}}
63+
docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}}
6464
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
6565
env:
6666
ENV: ${{ vars.ENV }}
@@ -83,7 +83,7 @@ jobs:
8383
- name: Deploy
8484
env:
8585
ENV: ${{ vars.ENV }}
86-
CODE_VERSION: "Frontend: ${{ env.FRONTEND_VERSION }}"
86+
CODE_VERSION: "${{ env.FRONTEND_VERSION }}"
8787
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
8888

8989
# machine to deploy to

0 commit comments

Comments
 (0)