mod: default cleanup=true

This commit is contained in:
2026-09-01 11:54:03 +02:00
parent 69d77d4ca0
commit cc86811f6d
+2 -2
View File
@@ -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'