How to set mirror address for pull plugin image?

Hallo, i’m new to drone.

Now i want to use appleboy/drone-scp plugin, but in my network environment, i can’t pull this image directly from the central Hub.

Sure, i can pull && push this image to another registry, any simpler ways?

Thanks in advance!

You can handle mirroring at the docker daemon level by setting the --registry-mirror flag and configuring your internal registry to mirror. See https://docs.docker.com/registry/recipes/mirror/