<#3537 [BUG] Multi-images: The config.yaml file is...
# flytekit
c
#3537 [BUG] Multi-images: The config.yaml file is not parsed correctly by the `pyflyte register` command Issue created by samhita-alla ### Describe the bug When an "images" section is included in the config.yaml file to run the multi-images example,
pyflyte --config $HOME/.flyte/config-sandbox.yaml register multi_images.py
command is resulting in
AssertionError: Image Config with name mindmeld not found in the configuration
error, whereas
pyflyte --config $HOME/.flyte/config-sandbox.yaml run --remote multi_images.py multi_images_wf
is working fine. ### Expected behavior The behavior of
pyflyte register
should be similar to that of
pyflyte run
. ### Additional context to reproduce Run the multi-images example by including images in the config file. •
pyflyte --config $HOME/.flyte/config-sandbox.yaml run --remote multi_images.py multi_images_wf
pyflyte --config $HOME/.flyte/config-sandbox.yaml register multi_images.py
### Screenshots No response ### Are you sure this issue hasn't been raised already? • Yes ### Have you read the Code of Conduct? • Yes flyteorg/flyte