I set up Kubernetes executor, but when I tried to run pipeline I got this error:
ERROR: Job failed: image pull failed: Tag x86_64-a3da309 not found in
repository docker.io/gitlab/gitlab-runner-helper
I set some public docker image in gitlab-ci.yml
Someone have idea what can be wrong?
under the valid tags for that image you'll find the image you're looking for. x86_64-a3da309d
So just add a d
to the tag and it should work.