diff --git a/bake/cli.py b/bake/cli.py index e7f37f9..948259c 100644 --- a/bake/cli.py +++ b/bake/cli.py @@ -359,7 +359,7 @@ def entrypoint( if edge.do_interactive is not None: interactives.append(edge.do_interactive) - force_interactive = bool(len(interactives)) + force_interactive = any(interactives) if not all(skips or [False]): # TODO: fully implement this?