We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24af2dc commit 2c4cef1Copy full SHA for 2c4cef1
1 file changed
.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: --push ./ap
70
push: true
71
- tags: manojkumar8080/myapp:latest
+ tags: manojkumar8008/myapp:latest
72
0 commit comments