Why is the default :latest tag not provided on NGC?

Docker pulls the ‘:latest’ tag by default, and this is also an easy way for us to automate testing of new versions of container images.
However, at least PyTorch and TensorFlow NGC images do not provide the default ‘:latest’ tag.

Could you please also push the ‘:latest’ tag, when pushing a new version?
Thank you