Skip to content

Commit a628698

Browse files
committed
Update build.yaml
1 parent 1b3823f commit a628698

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ on:
1818
options:
1919
- ''
2020
- '--no-cache'
21+
22+
build_module:
23+
description: 'Docker Build Module'
24+
default: ''
25+
type: string
26+
2127

2228
jobs:
2329
build:
@@ -114,7 +120,7 @@ jobs:
114120

115121
- name: Build and push
116122
run: |
117-
docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}}
123+
docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}} ${{github.event.inputs.build_module}}
118124
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
119125
env:
120126
ENV: ${{ vars.ENV }}

0 commit comments

Comments
 (0)