We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb93a8e commit 21823a4Copy full SHA for 21823a4
.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: --push ./app
+ context: ./app
70
push: true
71
tags: manojkumar8008/myapp:latest
72
0 commit comments