From 4817d12035f8ffe57a2ca6ba72bde12587604dc5 Mon Sep 17 00:00:00 2001 From: Tim Pietrusky Date: Mon, 24 Nov 2025 15:43:00 +0100 Subject: [PATCH] ci: remove rm -rf /tmp/* to avoid permission errors remove problematic tmp cleanup that causes permission errors on blacksmith runner systemd service directories. docker prune is sufficient for freeing disk space between builds. --- .github/workflows/dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c2ac5c0..b19409d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -58,7 +58,6 @@ jobs: echo "Cleaning up Docker and disk space..." docker system prune -af docker builder prune -af - rm -rf /tmp/* df -h - name: Build and push uv-based image