We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985b2b6 commit d09ef79Copy full SHA for d09ef79
1 file changed
.github/workflows/node.js.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Build and Push Docker Image
55
uses: docker/build-push-action@v5
56
with:
57
- context: .
+ context: ./1-order-service
58
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/') }}
59
tags: |
60
${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
0 commit comments