Update web-deploy.yml
This commit is contained in:
parent
2a649f00d7
commit
5567170397
1 changed files with 2 additions and 2 deletions
4
.github/workflows/web-deploy.yml
vendored
4
.github/workflows/web-deploy.yml
vendored
|
|
@ -34,8 +34,8 @@ jobs:
|
||||||
- name: Build Image and Push to Registry
|
- name: Build Image and Push to Registry
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: ./web
|
||||||
file: ./web/Dockerfile
|
file: Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
|
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue