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

This commit is contained in:
2025-07-03 01:04:11 +00:00
parent 0692f6b185
commit cc4d491d60
+3 -3
View File
@@ -7,6 +7,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up Node.js 16.x - name: Set up Node.js 16.x
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
@@ -17,8 +20,5 @@ jobs:
with: with:
dotnet-version: '7.0.x' dotnet-version: '7.0.x'
- name: checkout
uses: actions/checkout@v4
- name: Build Docker image - name: Build Docker image
run: docker build -t my-image:latest . run: docker build -t my-image:latest .