AutoDevops on Kubernetes docker login config/error

In installed Gitlab on a VM in the Google Cloud and was abler to provision a kubernetes cluster for building. I created the template node js application just to see AUTODevops in action…
There is always just one error:

Checking out 9962b010 as master...
Skipping Git submodules setup
$ # Auto DevOps variables and functions # collapsed multi-line command
$ setup_docker
$ build
Logging to GitLab Container Registry with CI credentials...
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get https://registry-1.docker.io/v2/: unauthorized: incorrect username or password
ERROR: Job failed: error executing remote command: command terminated with non-zero exit code: Error executing in Docker Container: 1

I guess autodevops is trying to get a docker but somehow can not… also do not know if i have to manually configure the runner to have access to docker?? I provisioned the runner through the Gitlab interface on the google cloud.

Just to point me in the right direction would be good. my guess is something is missconfigured… but i do not know where to start.

Could not find any issues relating to this.

1 Like

@xanatas I am facing the same issue … any update?

no still got the same error sorry.
i made it work using docker images having them in gitlabs own docker repository.