Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T
derek b70cdf4725
Docker Build and Release Upload / build (push) Failing after 0s
change to gitea checkout
2025-07-03 00:45:19 +00:00

13 lines
215 B
YAML

name: Docker Build and Release Upload
on:
[ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- checkout: {}
- name: Build Docker image
run: docker build -t my-image:latest .