jhj0517
commited on
Commit
·
ae26919
1
Parent(s):
e81c927
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:
|
| 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: ./docker
|
| 32 |
file: ./docker/Dockerfile
|
| 33 |
push: true
|
| 34 |
tags: ${{ secrets.DOCKER_USERNAME }}/advancedliveportrait-webui:latest
|