<#3643 [BUG] - pyflyte run with custom image optio...
# flytekit
c
#3643 [BUG] - pyflyte run with custom image option is not using the specified image Issue created by mitzen ### Describe the bug i am trying to register my workflow to flyte sandbox environment, using the following command:
Copy code
pyflyte register workflows --image <http://ghcr.io/flyteorg/flytekit:py3.11-sqlalchemy-1.6.0b0|ghcr.io/flyteorg/flytekit:py3.11-sqlalchemy-1.6.0b0>
This image exist https://github.com/flyteorg/flytekit/pkgs/container/flytekit/86821037?tag=py3.11-sqlalchemy-1.6.0b0 I can see that the workflow is registered. However, when i look at the image, it is defaulted to
<http://cr.flyte.org/flyteorg/flytekit:py3.11-sqlalchemy-1.5.0|cr.flyte.org/flyteorg/flytekit:py3.11-sqlalchemy-1.5.0>
might have been a parsing error here, missing out gr in cr.flyte.org/flyteorg/flytekit:py3.11-sqlalchemy-1.5.0 Please have a look at the screenshot below:- ### Expected behavior workflow should be using the image given in the cli ### Additional context to reproduce 1. Use the sample code that was given here https://raw.githubusercontent.com/flyteorg/flytesnacks/master/cookbook/integrations/flytekit_plugins/sql/sql_alchemy.py 2. Then try to register the workflow using "pyflyte register workflows --image ghcr.io/flyteorg/flytekit:py3.11-sqlalchemy-1.6.0b" 3. Go to the web ui and look at the task details, expand the tree, goto -> container -> image name ### Screenshots

[flyte-image-web](https://user-images.githubusercontent.com/4627096/236613215-42879551-66e4-410c-bd0a-874b77e7ca0f.png)

Registration was made for image ghcr.io/flyteorg/flytekit:py3.11-sqlalchemy-1.6.0b0

[register-flyte-workflow](https://user-images.githubusercontent.com/4627096/236613231-4d8feb1b-46df-4f8e-be61-d40b86097d2e.png)

### Are you sure this issue hasn't been raised already? • Yes ### Have you read the Code of Conduct? • Yes flyteorg/flyte