Skip to content

Commit 013e20c

Browse files
committed
Add GitHub Actions workflow for Docker build and push of microservices-demo-adservice
1 parent 5e9dec5 commit 013e20c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/microservices-demo-adservice.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .github/workflows/docker-build-push.yaml
2-
name: K8s-Tools | ArgoCD - Docker Build
2+
name: MicroServices Demo | AdService - Docker Build
33

44
on:
55
workflow_dispatch:
@@ -17,6 +17,7 @@ on:
1717
branches:
1818
- main
1919
- feature/docs_update
20+
- feature/microservicesdemo
2021
paths:
2122
- 'projects/microservices-demo/src/adservice/Dockerfile'
2223

@@ -28,7 +29,7 @@ jobs:
2829
uses: actions/checkout@v3
2930
with:
3031
fetch-depth: 0
31-
ref: feature/docs_update
32+
ref: feature/microservicesdemo
3233

3334
- name: Prepare version
3435
id: prep

0 commit comments

Comments
 (0)