dev : 合并提交 #41

Merged
gewuyou merged 44 commits from dev into master 2025-05-11 11:45:44 +08:00
Showing only changes of commit 7205123043 - Show all commits

View File

@ -132,3 +132,7 @@ jobs:
echo "=== 服务状态检查 ===" echo "=== 服务状态检查 ==="
docker compose -f ${COMPOSE_FILE} ps docker compose -f ${COMPOSE_FILE} ps
- name: 🧼 Cleanup Dangling Images
run: |
echo "开始清理无标签镜像..."
docker image prune -f