diff --git a/tutor/commands/images.py b/tutor/commands/images.py index 9a7d171..c9f43ad 100644 --- a/tutor/commands/images.py +++ b/tutor/commands/images.py @@ -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]]: