Update .gitea/workflows/demo.yaml

This commit is contained in:
2025-07-03 22:12:38 +00:00
parent 8d1ef3ba76
commit b420947f7f
+4 -11
View File
@@ -1,20 +1,13 @@
name: Docker Build and Release Upload
on:
[ push ]
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: setup dependencies
run: |
apt-get install -y docker.io docker-buildx
- name: checkout
run: |
git clone https://git.mistox.net/derek/MistoxCom-Angular.git
- name: build
run: |
./MistoxCom-Angular/docker-build.sh
uses: actions/checkout@v4