From 3bc8b7850713a53622724e07899fd491955ea6ae Mon Sep 17 00:00:00 2001 From: zyc <1439655764@qq.com> Date: Sat, 4 Apr 2026 21:54:07 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20docker=20cleanup=20=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F=E7=BC=93=E5=AD=98=EF=BC=8C?= =?UTF-8?q?=E5=8F=AA=E6=B8=85=20dangling=20=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9e17b88..b7dfcbb 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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