Hello guys.
When a job is started , it gets a docker image. While the pipeline is running and all my jobs are succeeding, at a complete random point i get
Preparation failed: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 127.0.1.1:53: no such host
I then restarted the CI pipeline and the same thing happened althought a few minutes after.
What is the cause of the problem?
Thanks