diff --git a/.gitea/workflows/deploy.test.yml b/.gitea/workflows/deploy.test.yml index e0ae175..fcd3933 100644 --- a/.gitea/workflows/deploy.test.yml +++ b/.gitea/workflows/deploy.test.yml @@ -131,4 +131,8 @@ jobs: docker compose -f ${COMPOSE_FILE} up -d echo "=== 服务状态检查 ===" - docker compose -f ${COMPOSE_FILE} ps \ No newline at end of file + docker compose -f ${COMPOSE_FILE} ps + - name: 🧼 Cleanup Dangling Images + run: | + echo "开始清理无标签镜像..." + docker image prune -f \ No newline at end of file