Skip to content

Commit 0f2ee77

Browse files
use registry mirror for docker-in-docker (#13438) (#13446)
Co-authored-by: Lauris BH <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 4e10f33 commit 0f2ee77

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.drone.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ steps:
652652
event:
653653
exclude:
654654
- pull_request
655-
656655
---
657656
kind: pipeline
658657
name: docker-linux-arm64-dry-run
@@ -682,6 +681,9 @@ steps:
682681
tags: linux-arm64
683682
build_args:
684683
- GOPROXY=off
684+
environment:
685+
PLUGIN_MIRROR:
686+
from_secret: plugin_mirror
685687
when:
686688
event:
687689
- pull_request
@@ -726,11 +728,13 @@ steps:
726728
from_secret: docker_password
727729
username:
728730
from_secret: docker_username
731+
environment:
732+
PLUGIN_MIRROR:
733+
from_secret: plugin_mirror
729734
when:
730735
event:
731736
exclude:
732737
- pull_request
733-
734738
---
735739
kind: pipeline
736740
name: docker-manifest

0 commit comments

Comments
 (0)