We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ebd1c commit 7207a01Copy full SHA for 7207a01
1 file changed
.github/workflows/docker-image.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build and push Docker image
37
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
38
with:
39
- context: .
+ context: ./applications/hello-world/app
40
push: true
41
tags: ${{ steps.meta.outputs.tags }}
42
labels: ${{ steps.meta.outputs.labels }}
0 commit comments