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: steps:
- name: setup dependencies - name: setup dependencies
run: | run: |
apt install -y docker.io docker-buildx apt-get install -y docker.io docker-buildx
- name: checkout - name: checkout
run: | run: |