Skip to content

Commit 1e446bb

Browse files
use registry mirror for docker-in-docker (go-gitea#13438) (go-gitea#13445)
Co-authored-by: Lauris BH <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 9aa580c commit 1e446bb

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
@@ -666,7 +666,6 @@ steps:
666666
event:
667667
exclude:
668668
- pull_request
669-
670669
---
671670
kind: pipeline
672671
name: docker-linux-arm64-dry-run
@@ -696,6 +695,9 @@ steps:
696695
tags: linux-arm64
697696
build_args:
698697
- GOPROXY=off
698+
environment:
699+
PLUGIN_MIRROR:
700+
from_secret: plugin_mirror
699701
when:
700702
event:
701703
- pull_request
@@ -740,11 +742,13 @@ steps:
740742
from_secret: docker_password
741743
username:
742744
from_secret: docker_username
745+
environment:
746+
PLUGIN_MIRROR:
747+
from_secret: plugin_mirror
743748
when:
744749
event:
745750
exclude:
746751
- pull_request
747-
748752
---
749753
kind: pipeline
750754
name: docker-manifest

0 commit comments

Comments
 (0)