Skip to content

Commit d09ef79

Browse files
committed
fix 🐞: Dir name for build
1 parent 985b2b6 commit d09ef79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Build and Push Docker Image
5555
uses: docker/build-push-action@v5
5656
with:
57-
context: .
57+
context: ./1-order-service
5858
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/') }}
5959
tags: |
6060
${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)