7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 08:30:48 +00:00

fix: push "all" images

Command `tutor images push all` was failing with:

    Error: Image 'all' could not be found
This commit is contained in:
Régis Behmo 2022-04-15 17:48:13 +02:00
parent d5a790d5d0
commit a6f136fd2c

View File

@ -48,7 +48,7 @@ def _add_images_to_pull(
return remote_images
@hooks.Filters.IMAGES_PULL.add()
@hooks.Filters.IMAGES_PUSH.add()
def _add_core_images_to_push(
remote_images: t.List[t.Tuple[str, str]], config: Config
) -> t.List[t.Tuple[str, str]]: