Skip to content

Commit 8ffbce4

Browse files
committed
Update build.yaml
1 parent ff3d263 commit 8ffbce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Build and push
4242
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}}
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}}
4444
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
4545
env:
4646
ENV: ${{ vars.ENV }}

0 commit comments

Comments
 (0)