How to pull from private docker repository on docker hub?

I create a automated build repository on dockerhub (via github) and try to pull the image which is automatically built onto cloud server. using things like docker pull com.company/project:tag bu...