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 c021553 commit a2904dcCopy full SHA for a2904dc
.github/workflows/build.yaml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Build and push
62
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}}
+ docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}}
64
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
65
env:
66
ENV: ${{ vars.ENV }}
@@ -83,7 +83,7 @@ jobs:
83
- name: Deploy
84
85
86
- CODE_VERSION: "Frontend: ${{ env.FRONTEND_VERSION }}"
+ CODE_VERSION: "${{ env.FRONTEND_VERSION }}"
87
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
88
89
# machine to deploy to
0 commit comments