Merge branch 'main' into feature/settings-page
This commit is contained in:
commit
46906a0883
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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./web/Dockerfile
|
file: ./web/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
|
tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
|
||||||
- name: Deploy to Coolify
|
- name: Deploy to Coolify
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue