diff --git a/.gitea/workflows/scripts/build-with-buildah.sh b/.gitea/workflows/scripts/build-with-buildah.sh index 105b7f64bae..b22b46b93ea 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 --storage-driver=vfs \ "$CTR" \ No newline at end of file +buildah rm --storage-driver=vfs "$CTR" \ No newline at end of file