Update web-deploy.yml
This commit is contained in:
parent
0776a8cc2e
commit
1cd8e02448
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web-deploy.yml
vendored
2
.github/workflows/web-deploy.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./web/Dockerfile
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
|
||||
- name: Deploy to Coolify
|
||||
|
|
|
|||
Loading…
Reference in a new issue