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

This commit is contained in:
2025-07-03 00:49:32 +00:00
parent 61b3611a01
commit 06e21b87b9
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout - name: checkout
run: actions/checkout@v2 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 .