Refactor `deployImage`: 1. Set up a pattern so that code can be re-used in both `Create...` and `Deploy...` 2. Make sure all image deploy code is encapsulated into wizard steps so they can also be reused during `createContainerApp` 3. Rename `deployImage` and associated files to something more akin to `deployImageFromRegistry`
Refactor
deployImage:Create...andDeploy...createContainerAppdeployImageand associated files to something more akin todeployImageFromRegistry