Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T
derek 8d1ef3ba76
Docker Build and Release Upload / build (push) Failing after 0s
Update .gitea/workflows/demo.yaml
2025-07-03 22:10:21 +00:00

20 lines
412 B
YAML

name: Docker Build and Release Upload
on:
[ push ]
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