fix(ci): use a container image mirror for docker.io
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fdc5b39f6a
commit
3f6e9136ed
18
.drone.yml
18
.drone.yml
@ -74,6 +74,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
tags: latest-amd64
|
||||
@ -138,6 +140,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
tags: latest-arm-v7
|
||||
@ -202,6 +206,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
tags: latest-arm64-v8
|
||||
@ -265,6 +271,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
tags: latest-amd64
|
||||
@ -327,6 +335,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
tags: latest-arm-v7
|
||||
@ -389,6 +399,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
tags: latest-arm64-v8
|
||||
@ -571,6 +583,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
username:
|
||||
@ -629,6 +643,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
username:
|
||||
@ -687,6 +703,8 @@ steps:
|
||||
force_tag: true
|
||||
no_cache: true
|
||||
purge: true
|
||||
mirror:
|
||||
from_secret: docker_io_mirror
|
||||
registry: git.cryptic.systems
|
||||
repo: git.cryptic.systems/volker.raschek/markdownlint
|
||||
username:
|
||||
|
Loading…
Reference in New Issue
Block a user