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 82905df commit ab0c030Copy full SHA for ab0c030
.github/workflows/docker-compose-ci.yml
@@ -7,7 +7,28 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
+ name: Build and Push Docker Image
11
12
+on:
13
+ push:
14
+ branches: [ "main", "master" ]
15
+
16
+jobs:
17
+ build:
18
+ runs-on: ubuntu-latest
19
+ strategy:
20
+ matrix:
21
+ service:
22
+ - name: usermanagementapi
23
+ context: .
24
+ dockerfile: UserManagementApi/Dockerfile
25
+ - name: loggingapi
26
27
+ dockerfile: CentralizedLoggingApi/Dockerfile
28
+ - name: integrationportal
29
30
+ dockerfile: ApiIntegrationMvc/Dockerfile
31
32
steps:
33
- name: Checkout code
34
uses: actions/checkout@v4
0 commit comments