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

This commit is contained in:
2025-07-03 00:48:25 +00:00
parent a5b23e4e31
commit c2dce2010d
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
run: actions/checkout@v4
run: actions/checkout@v3
- name: Build Docker image
run: docker build -t my-image:latest .