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