From cc86811f6d57fabbe22b1b3f7eea396e01410985 Mon Sep 17 00:00:00 2001 From: Ondrej Belusky Date: Tue, 1 Sep 2026 11:54:03 +0200 Subject: [PATCH] mod: default cleanup=true --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index fec00e7..25ba7f6 100644 --- a/action.yml +++ b/action.yml @@ -18,9 +18,9 @@ inputs: required: false default: 'false' cleanup: - description: 'Stop the buildkitd container after the job (only for single-job runners; leave false on shared runners — concurrent jobs may be using it)' + description: 'Stop the buildkitd container after the job (idle cleanup; container restarts on demand on the next run)' required: false - default: 'false' + default: 'true' runs: using: 'composite'