We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d76e4e3 + b25ef6a commit 9461ca2Copy full SHA for 9461ca2
1 file changed
.github/workflows/publish-dockerhub.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: docker/build-push-action@v5
40
with:
41
context: .
42
- file: ./Dockerfile
+ file: ./docker/Dockerfile
43
push: true
44
# Update with your image name
45
tags: ${{ secrets.DOCKER_USERNAME }}/image-name:latest
0 commit comments