Set watch option --prune=true as default

Signed-off-by: Remco Kranenburg <remco.kranenburg@crunchr.com>
This commit is contained in:
Remco Kranenburg 2025-03-19 17:27:12 +01:00 committed by Nicolas De loof
parent 342a2a9e71
commit b0badf1eb0
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ options:
swarm: false
- option: prune
value_type: bool
default_value: "false"
default_value: "true"
description: Prune dangling images on rebuild
deprecated: false
hidden: false