Skip to content

Commit 9f026e3

Browse files
Merge branch 'phase-5-webapp'
2 parents 7600ab0 + 1e6709e commit 9f026e3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/docker-compose-ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
10+
strategy:
11+
matrix:
12+
service:
13+
- name: usermanagementapi
14+
context: .
15+
dockerfile: UserManagementApi/Dockerfile
16+
- name: loggingapi
17+
context: .
18+
dockerfile: CentralizedLoggingApi/Dockerfile
19+
- name: integrationportal
20+
context: .
21+
dockerfile: ApiIntegrationMvc/Dockerfile
22+
1123
steps:
1224
- name: Checkout code
1325
uses: actions/checkout@v4

0 commit comments

Comments
 (0)