Update .gitea/workflows/demo.yaml
Docker Build and Release Upload / build (push) Successful in 1m3s

This commit is contained in:
2025-07-03 22:20:04 +00:00
parent 7d86bfe33d
commit 5fca8258aa
+8
View File
@@ -11,3 +11,11 @@ jobs:
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: build database
run: |
docker build -t mistox-sql ./database
- name: build server
run: |
docker build --build-arg BASE_URL=https://mistox.com -t mistox-website .