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 ff3d263 commit 8ffbce4Copy full SHA for 8ffbce4
.github/workflows/build.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Build and push
42
run: |
43
- 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}}
44
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
45
env:
46
ENV: ${{ vars.ENV }}
0 commit comments