When I try to create a step with the docker plugin it cannot connect to my repository. I have everything running under swarm and traefik.
level=info msg="Error logging in to v2 endpoint, trying next endpoint: Get https://registry.hidden.com/v2/: dial tcp: lookup registry.hidden.com on 127.0.0.11:53: read udp 127.0.0.1:44399->127.0.0.11:53: read: connection refused"
kind: pipeline
name: build
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: registry.hidden.com/testing
registry: registry.hidden.com
debug: true