ci(deploy): 添加清理无标签镜像步骤 #17

Merged
gewuyou merged 1 commits from dev into test 2025-05-09 11:52:53 +08:00

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