`fly releases --image` should show the image tag at time of deployment instead of just :latest

When you deploy to fly using an image with tag :latest the command fly releases --image will show the image with the tag :latest too.

Instead it should show the exact sha tag of the image used.

This is essential to be able to rollback deployments, if fly only shows the :latest tag it’s impossible to know which image to use for a rollback deployment in fly deploy --image imageTag

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.