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 369bf0b commit e81c927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
context: ..
file: ./docker/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/advancedliveportrait-webui:latest

Expand Down

0 comments on commit e81c927

Please sign in to comment.