Skip to content

Commit

Permalink
Fix docker file location
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Nov 6, 2024
1 parent e81c927 commit ae26919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ..
context: ./docker
file: ./docker/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/advancedliveportrait-webui:latest
Expand Down

0 comments on commit ae26919

Please sign in to comment.