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