Skip to content

Commit 85805a4

Browse files
committed
kick ci
1 parent 9dd4523 commit 85805a4

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Build and push Docker image
118118
uses: docker/build-push-action@v5
119119
with:
120-
context: src/${{ env.SERVICE_NAME }}
120+
context: src/${{ env.SERVICE_NAME }}/src
121121
push: true
122122
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
123123

src/cartservice/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

src/recommendationservice/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)