diff --git a/pungi/checks.py b/pungi/checks.py index 1ee614a7..03714344 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -862,7 +862,10 @@ def make_schema(): "paths_module": {"type": "string"}, "skip_phases": { "type": "array", - "items": {"type": "string", "enum": PHASES_NAMES + ["productimg"]}, + "items": { + "type": "string", + "enum": PHASES_NAMES + ["productimg", "live_images"], + }, "default": [], }, "image_name_format": {