How to use tag instead sha256 in Image field?

Hi there. Stuck on issue with displaying image_id filed in ‘docker ps’ command. My containers is creating from personal registry and some of them showing a short sha hash but other shows a tag. The same output in Portainer. I’ve checked output from ‘docker image inspect ***’ and compare one with hash and another with tag - they are different in a name/hash fields only, all other fields the same. Checked many pages from Google and other places. Trying to find info in Docker Docs, but no luck.
In Portainer if I click to sha hash - I can see the correct tag on the image and like I said it’s similar to another “correct” image.

Docker Engine - Community
Version: 20.10.21
if this matter.

Maybe someone can help me or explain why is that happens.