瀏覽代碼

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

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

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.13.0-rc2
techknowlogick 3 年之前
父節點
當前提交
1e446bb176
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 6 行新增2 行删除
  1. 6
    2
      .drone.yml

+ 6
- 2
.drone.yml 查看文件

@@ -666,7 +666,6 @@ steps:
event:
exclude:
- pull_request

---
kind: pipeline
name: docker-linux-arm64-dry-run
@@ -696,6 +695,9 @@ steps:
tags: linux-arm64
build_args:
- GOPROXY=off
environment:
PLUGIN_MIRROR:
from_secret: plugin_mirror
when:
event:
- pull_request
@@ -740,11 +742,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…
取消
儲存