Skip to content

Commit 4a0387e

Browse files
committed
Update build.yaml
1 parent 4d1f089 commit 4a0387e

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
@@ -65,7 +65,7 @@ jobs:
6565
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
6666
env:
6767
ENV: ${{ vars.ENV }}
68-
CODE_VERSION: ${{ env.FRONTEND_VERSION }}
68+
CODE_VERSION: "${{ env.FRONTEND_VERSION }}-${{ env.FRONTEND_VERSION }}"
6969
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
7070

7171
# hosts
@@ -84,7 +84,7 @@ jobs:
8484
- name: Deploy
8585
env:
8686
ENV: ${{ vars.ENV }}
87-
CODE_VERSION: ${{ env.FRONTEND_VERSION }}
87+
CODE_VERSION: "${{ env.FRONTEND_VERSION }}-${{ env.FRONTEND_VERSION }}"
8888
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
8989

9090
# machine to deploy to

0 commit comments

Comments
 (0)