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

13 lines
172 B
YAML

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