This commit is contained in:
parent
1d76bf1df1
commit
3caf6f99b3
|
|
@ -41,7 +41,16 @@ steps:
|
||||||
insecure = true
|
insecure = true
|
||||||
config: |
|
config: |
|
||||||
{
|
{
|
||||||
"insecure-registries": ["push.lovestory.cyou"]
|
"registry-mirrors": [
|
||||||
|
"https://docker.1ms.run",
|
||||||
|
"https://dockerpull.org",
|
||||||
|
"https://1ms.run",
|
||||||
|
"https://docker.1panel.dev/"
|
||||||
|
],
|
||||||
|
"insecure-registries": [
|
||||||
|
"registry.lovestory.cyou",
|
||||||
|
"push.lovestory.cyou"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue