There is not, because drone is not pulling your image, technically speaking
The way this works is that drone communicates directly with the host machine Docker daemon via the Docker remote API and asks the Docker daemon to pull the image. The docker daemon uses https by default. If you want Docker to fallback to http, you need to add the registry to the insecure registries section of your Docker Daemon configuration.