Consider using $CI_PROJECT_DESCRIPTION
The GitLab 15.2 release brings the $CI_PROJECT_DESCRIPTION predefined variable.
This may be used to feed the PUSHRM_SHORT keyword.
However, Docker Hub limits the short description to 100 characters, which is a limit easily reached.
The value's length could be checked, and fallback to some other string if needed.