Since upgrading drone to 0.8.1 we seem to be having a lot of problems publishing docker images to gcr.io. We get timeout messages like these:
/usr/local/bin/docker push gcr.io/graphic-*project*/air:dev
The push refers to a repository [gcr.io/graphic-*project*/air]
time="2017-10-10T06:39:22.069836310Z" level=info msg="Attempting next endpoint for push after error: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
time="2017-10-10T06:40:07.070420047Z" level=info msg="Attempting next endpoint for push after error: Get https://gcr.io/v1/_ping: dial tcp: i/o timeout"
Get https://gcr.io/v1/_ping: dial tcp: i/o timeout
time="2017-10-10T06:40:07Z" level=fatal msg="exit status 1"
exit code 1
Very frequently.