Update .gitea/workflows/build.yml
Some checks failed
Build and Test / build (push) Failing after 7s

This commit is contained in:
2025-10-09 07:23:44 +00:00
parent 69c1b32813
commit df1a922a5b

View File

@@ -42,7 +42,9 @@ jobs:
cat k8s.yml cat k8s.yml
- name: "Disk" - name: "Disk"
run: df -h run: |
df -h
docker images
- name: "Build & Push" - name: "Build & Push"
run: | run: |