If I have built an image locally, not using pulumi...
# azure
w
If I have built an image locally, not using pulumi, how do I push that to azure container registry? I guess I should use
Image
, but how do I do it with an existing image?
Looks like
Image
always builds an image.