Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T
derek baaa8398e6
Docker Build and Release Upload / build (push) Failing after 20s
Update .gitea/workflows/demo.yaml
2025-07-03 00:55:35 +00:00

15 lines
274 B
YAML

name: Docker Build and Release Upload
on:
[ push ]
jobs:
build:
runs-on: ubuntu-latest
container: node:16
steps:
- name: checkout
uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t my-image:latest .