cuddly-jelly-27016
05/23/2025, 12:09 AMpyflyte --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/flytecuddly-jelly-27016
05/23/2025, 12:09 AM