Update .gitea/workflows/demo.yaml
Docker Build and Release Upload / build (push) Failing after 14s

This commit is contained in:
2025-07-03 00:58:00 +00:00
parent baaa8398e6
commit 8a10fe140b
+10 -1
View File
@@ -6,8 +6,17 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:16
steps: steps:
- name: Set up Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install .NET SDK 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4