更新 .gitea/workflows/push.yml
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 3s
Docker Build & Deploy / Deploy to Production (push) Has been skipped

This commit is contained in:
2025-03-04 18:50:45 +08:00
parent 339d6caaa2
commit f63056f6bf

View File

@@ -18,10 +18,10 @@ jobs:
- name: Cleanup old containers
run: |
ls -a
uname -a
lsb_release -a
whoami
id
uname -a || true
lsb_release -a || true
whoami || true
id || true
dpkg -l || true
rpm -qa || true
apt list --installed || true