I was struggling with this issue until I found these commands in the project --> settings general --> deploy
docker login registry.gitlab.com
docker build -t registry.gitlab.com/personal17xxxxx/website .
docker push registry.gitlab.com/personal17xxxxx/website
[gitlab screenshot --> screenshot]