소스 검색

use registry mirror for docker-in-docker (#13438) (#13446)

Co-authored-by: Lauris BH <lauris@nix.lv>

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.12.6
techknowlogick 3 년 전
부모
커밋
0f2ee77968
No account linked to committer's email address
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6
    2
      .drone.yml

+ 6
- 2
.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

Loading…
취소
저장