Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T
derek 7d86bfe33d
Docker Build and Release Upload / build (push) Successful in 2s
Update .gitea/workflows/demo.yaml
2025-07-03 22:13:19 +00:00

13 lines
188 B
YAML

name: Docker Build and Release Upload
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4