From 13c6b60edccc4c8764dfda45731a883c1ee0e90c Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 20 Dec 2025 13:48:48 -0800 Subject: [PATCH] dsfhsdfghfdgh --- .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 a13246c..f549989 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 --volumes || true + docker image prune -a -f || true # build-and-push-rootfs-archives: # runs-on: vm-docker-build2