File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,13 @@ jobs:
16
16
matrix :
17
17
include :
18
18
- app-path : personalization-service
19
+ build-image : true
19
20
- app-path : personalization-webcomponents
21
+ build-image : true
20
22
- app-path : ticketing-eai/api-client-internal
21
23
build-image : false
22
24
- app-path : ticketing-eventing/eventing-service
25
+ build-image : true
23
26
24
27
steps :
25
28
- uses : it-at-m/lhm_actions/action-templates/actions/action-checkout@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
33
36
uses : it-at-m/lhm_actions/action-templates/actions/action-maven-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
34
37
with :
35
38
app-path : ${{ matrix.app-path }}
36
- - if : github.ref == 'refs/heads/main' && matrix.build-image != 'false'
39
+ - if : github.ref == 'refs/heads/main' && matrix.build-image
37
40
uses : it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
38
41
with :
39
42
path : ${{ matrix.app-path }}
You can’t perform that action at this time.
0 commit comments