Update web-deploy.yml
This commit is contained in:
parent
16bb0bf7ba
commit
ebaf175172
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: ./web/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
|
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue