Skip to content

Commit b4efa4d

Browse files
authored
Merge pull request #101 from it-at-m/fix/ci-maven-image-build-logic
ci(maven-node-build): fix build image logic
2 parents 191cb2e + d4401a9 commit b4efa4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven-node-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
matrix:
1717
include:
1818
- app-path: personalization-service
19+
build-image: true
1920
- app-path: personalization-webcomponents
21+
build-image: true
2022
- app-path: ticketing-eai/api-client-internal
2123
build-image: false
2224
- app-path: ticketing-eventing/eventing-service
25+
build-image: true
2326

2427
steps:
2528
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
@@ -33,7 +36,7 @@ jobs:
3336
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
3437
with:
3538
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
3740
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
3841
with:
3942
path: ${{ matrix.app-path }}

0 commit comments

Comments
 (0)