You should set pull_policy = "if-not-present"
in your /etc/gitlab-runner/config.toml
. By default, the runner always tries to pull the image from DockerHub.
2 Likes
You should set pull_policy = "if-not-present"
in your /etc/gitlab-runner/config.toml
. By default, the runner always tries to pull the image from DockerHub.