I wanted a way to “promote” a staging app to production (as with Heroku pipelines), so I wrote a little script to parse the registry/repository/tag from the staging image, reconstruct the full path, and pass it to a deploy command pointed at prod.
Not sure if there is a built-in/blessed way to do this? An option to get the full image path would be nice (to avoid having to parse JSON).