jhj0517
commited on
Commit
·
e81c927
1
Parent(s):
369bf0b
Fix docker file location
Browse files
.github/workflows/publish-docker.yml
CHANGED
@@ -28,8 +28,8 @@ jobs:
|
|
28 |
- name: Build and push Docker image
|
29 |
uses: docker/build-push-action@v5
|
30 |
with:
|
31 |
-
context:
|
32 |
-
file: ./Dockerfile
|
33 |
push: true
|
34 |
tags: ${{ secrets.DOCKER_USERNAME }}/advancedliveportrait-webui:latest
|
35 |
|
|
|
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
|
35 |
|