perf: docker cleanup 保留基础镜像缓存,只清 dangling 镜像
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m4s

This commit is contained in:
zyc 2026-04-04 21:54:07 +08:00
parent 5da67435b2
commit 3bc8b78507

View File

@ -234,7 +234,7 @@ jobs:
if: always()
run: |
docker container prune -f
docker image prune -a -f
docker image prune -f
docker builder prune -a -f
echo "Disk usage after cleanup:"
df -h / | tail -1