From 0f2ee779681a3901fb241fff4cbb3f8cee2158fc Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 6 Nov 2020 15:43:19 -0500 Subject: [PATCH] use registry mirror for docker-in-docker (#13438) (#13446) Co-authored-by: Lauris BH Co-authored-by: Lauris BH --- .drone.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a18839a499..e2ad7ccfe1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -652,7 +652,6 @@ steps: event: exclude: - pull_request - --- kind: pipeline name: docker-linux-arm64-dry-run @@ -682,6 +681,9 @@ steps: tags: linux-arm64 build_args: - GOPROXY=off + environment: + PLUGIN_MIRROR: + from_secret: plugin_mirror when: event: - pull_request @@ -726,11 +728,13 @@ steps: from_secret: docker_password username: from_secret: docker_username + environment: + PLUGIN_MIRROR: + from_secret: plugin_mirror when: event: exclude: - pull_request - --- kind: pipeline name: docker-manifest