-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Milestone
Description
When pushing an image, there is no option or prompt to push the image to a specific registry. Either the image is pushed to default or, in the case of Azure Container Registry, the user is required to tag their image rigidly (someusername.azurecr.io/someexpressapp:latest) to override the default registry selection. I believe it should be made easier for a user push an image tagged in any manner to their registry of choice.
This experience could be improved by having a "Push Default" and "Push to..." option. "Push Default" would behave just like the current push command. "Push to" would open a dialog to select which registry the user wants to use and optionally set a default.
Reactions are currently unavailable