We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21823a4 commit 5e69458Copy full SHA for 5e69458
.github/workflows/docker-image.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Build and push Docker image
67
uses: docker/build-push-action@v5
68
with:
69
- context: ./app
+ context: .
70
push: true
71
tags: manojkumar8008/myapp:latest
72
0 commit comments