Skip to content

Commit 9461ca2

Browse files
authored
Merge pull request #1 from jhj0517/fix/docker
Fix docker file path
2 parents d76e4e3 + b25ef6a commit 9461ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/build-push-action@v5
4040
with:
4141
context: .
42-
file: ./Dockerfile
42+
file: ./docker/Dockerfile
4343
push: true
4444
# Update with your image name
4545
tags: ${{ secrets.DOCKER_USERNAME }}/image-name:latest

0 commit comments

Comments
 (0)