forked from Manoj-14/MicroForge
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (25 loc) · 837 Bytes
/
docker.yaml
File metadata and controls
26 lines (25 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Build, Test and Push Docker Image
on:
push:
branches:
- master
jobs:
docker-build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./src
strategy:
matrix:
service:
- name: login-service
image: manojmdocker14/microforge-login-service
- name: auth-service
image: manojmdocker14/microforge-auth-service
- name: frontend-service
image: manojmdocker14/microforge-frontend-service
- name: metadata-service
image: manojmdocker14/microforge-metadata-service
- name: notification-service
image: manojmdocker14/microforge-notification-service