From 13ecf67feec9d2cb6c1e32e462b8f1ce4629f55e Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 20 Dec 2025 13:47:10 -0800 Subject: [PATCH] test --- .gitea/workflows/base-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index f549989..41d7d9c 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -39,7 +39,7 @@ jobs: - name: Prune unused Docker images run: | echo "[INFO] Pruning Docker images on ${{ matrix.runner }}..." - docker image prune -a -f || true + docker image prune -af --volumes || true # build-and-push-rootfs-archives: # runs-on: vm-docker-build2