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

Co-authored-by: Lauris BH <lauris@nix.lv>
mj-v1.14.3
techknowlogick 3 years ago committed by GitHub
parent 35cc82abbf
commit c178a36438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -681,6 +681,9 @@ steps:
from_secret: docker_password from_secret: docker_password
username: username:
from_secret: docker_username from_secret: docker_username
environment:
PLUGIN_MIRROR:
from_secret: plugin_mirror
when: when:
event: event:
exclude: exclude:
@ -715,6 +718,9 @@ steps:
tags: linux-arm64 tags: linux-arm64
build_args: build_args:
- GOPROXY=off - GOPROXY=off
environment:
PLUGIN_MIRROR:
from_secret: plugin_mirror
when: when:
event: event:
- pull_request - pull_request
@ -759,6 +765,9 @@ steps:
from_secret: docker_password from_secret: docker_password
username: username:
from_secret: docker_username from_secret: docker_username
environment:
PLUGIN_MIRROR:
from_secret: plugin_mirror
when: when:
event: event:
exclude: exclude:
@ -778,6 +787,9 @@ steps:
from_secret: docker_password from_secret: docker_password
username: username:
from_secret: docker_username from_secret: docker_username
environment:
PLUGIN_MIRROR:
from_secret: plugin_mirror
when: when:
event: event:
exclude: exclude:

Loading…
Cancel
Save