Is there a way to manually update the image with tag:latest to the real latest one?

As in my environment there will be new docker image pushed to our registry frequently, thus whenever there is a new version of image, we have to manually update it to the image config in production enviroment.

But as you know, the tag:latest doesn’t represent for the real latest image, thus I cannot config in production environment like: “image: xxx/xxx:latest”

I am think if there is anyway, everytime when pushing a new version of image to registry, there can be a command I can run to manually update the tag:latest one to the one I just pushed?