Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T
derek 0692f6b185
Docker Build and Release Upload / build (push) Failing after 13s
Update .gitea/workflows/demo.yaml
2025-07-03 01:00:15 +00:00

24 lines
503 B
YAML

name: Docker Build and Release Upload
on:
[ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install .NET SDK 7.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
- name: checkout
uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t my-image:latest .