diff --git a/pungi/phases/live_images.py b/pungi/phases/live_images.py index d2c1b9bb..9e209b2b 100644 --- a/pungi/phases/live_images.py +++ b/pungi/phases/live_images.py @@ -49,6 +49,11 @@ class LiveImagesPhase(PhaseBase): "expected_types": [str], "optional": True, }, + { + "name": "live_images", + "expected_types": [list], + "optional": True, + }, ) def __init__(self, compose):