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