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 1b3823f commit a628698Copy full SHA for a628698
.github/workflows/build.yaml
@@ -18,6 +18,12 @@ on:
18
options:
19
- ''
20
- '--no-cache'
21
+
22
+ build_module:
23
+ description: 'Docker Build Module'
24
+ default: ''
25
+ type: string
26
27
28
jobs:
29
build:
@@ -114,7 +120,7 @@ jobs:
114
120
115
121
- name: Build and push
116
122
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}}
118
124
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
119
125
env:
126
ENV: ${{ vars.ENV }}
0 commit comments