Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T
derek 88c89a5efd
Docker Build and Release Upload / build (push) Failing after 2s
Update .gitea/workflows/demo.yaml
2025-07-03 00:53:22 +00:00

19 lines
362 B
YAML

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