We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b356fa2 commit 136c2deCopy full SHA for 136c2de
1 file changed
.github/workflows/docker-image.yml
@@ -67,7 +67,7 @@ jobs:
67
uses: docker/build-push-action@v5
68
with:
69
context: .
70
- file: docker/Dockerfile
+ file: app/Dockerfile
71
push: true
72
- tags: manojkumar8008/myapp:latest
+ tags: manojkumar8008/myapp1:latest
73
0 commit comments