Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T
derek 715ed383e2
Docker Build and Release Upload / build (push) Has been cancelled
Update .gitea/workflows/demo.yaml
2025-07-03 22:03:40 +00:00

16 lines
290 B
YAML

name: Docker Build and Release Upload
on:
[ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
run: |
git clone https://github.com/your-username/your-repo.git
- name: build
run: |
docker build -t mistoxnet