jhj0517 commited on
Commit
c0fafde
1 Parent(s): ae26919

Fix docker file location

Browse files
.github/workflows/publish-docker.yml CHANGED
@@ -28,7 +28,7 @@ jobs:
28
  - name: Build and push Docker image
29
  uses: docker/build-push-action@v5
30
  with:
31
- context: ./docker
32
  file: ./docker/Dockerfile
33
  push: true
34
  tags: ${{ secrets.DOCKER_USERNAME }}/advancedliveportrait-webui:latest
 
28
  - name: Build and push Docker image
29
  uses: docker/build-push-action@v5
30
  with:
31
+ context: .
32
  file: ./docker/Dockerfile
33
  push: true
34
  tags: ${{ secrets.DOCKER_USERNAME }}/advancedliveportrait-webui:latest