From 1375e0ceea54de53280326da7574a200bbbee2f0 Mon Sep 17 00:00:00 2001 From: Olof Pettersson Date: Tue, 2 Dec 2025 14:20:05 +0100 Subject: [PATCH] Remove with correct driver --- .gitea/workflows/scripts/build-with-buildah.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/scripts/build-with-buildah.sh b/.gitea/workflows/scripts/build-with-buildah.sh index efe4dadbfc5..105b7f64bae 100644 --- a/.gitea/workflows/scripts/build-with-buildah.sh +++ b/.gitea/workflows/scripts/build-with-buildah.sh @@ -52,4 +52,4 @@ buildah run \ # --- 6. CLEANUP --- echo "Build successful. Removing container..." -buildah rm "$CTR" \ No newline at end of file +buildah rm --storage-driver=vfs \ "$CTR" \ No newline at end of file