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

This commit is contained in:
2025-07-03 00:47:28 +00:00
parent b70cdf4725
commit a5b23e4e31
+2 -1
View File
@@ -7,7 +7,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- checkout: {} - name: checkout
run: 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 .