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

This commit is contained in:
2025-07-03 22:10:21 +00:00
parent 5687aefe70
commit 8d1ef3ba76
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
steps:
- name: setup dependencies
run: |
apt install -y docker.io docker-buildx
apt-get install -y docker.io docker-buildx
- name: checkout
run: |