This commit is contained in:
parent
9ff2c3144e
commit
c16c7f916c
|
|
@ -1,4 +1,4 @@
|
||||||
# 第 63 次部署
|
# 第 64 次部署
|
||||||
# 💡 全局变量块
|
# 💡 全局变量块
|
||||||
variables:
|
variables:
|
||||||
- &APP_REGISTRY "push.lovestory.cyou"
|
- &APP_REGISTRY "push.lovestory.cyou"
|
||||||
|
|
@ -32,20 +32,17 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
repo: push.lovestory.cyou/abhors/demo
|
repo: push.lovestory.cyou/abhors/demo
|
||||||
insecure: true # 这个是给内部 dockerd 用的
|
insecure: true # 这个是给内部 dockerd 用的
|
||||||
registry: *APP_REGISTRY
|
registry: push.lovestory.cyou
|
||||||
username:
|
username:
|
||||||
from_secret: nexus_docker_username
|
from_secret: nexus_docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: nexus_docker_password
|
from_secret: nexus_docker_password
|
||||||
|
|
||||||
# 👇 2. 核心:完全对齐官方不安全设置文档,强制 BuildKit 放行纯 HTTP
|
# 👇 2. 核心:完全对齐官方不安全设置文档,强制 BuildKit 放行纯 HTTP
|
||||||
buildkit_config: |
|
# buildkit_config: |
|
||||||
[registry."registry.lovestory.cyou"]
|
# [registry."push.lovestory.cyou"]
|
||||||
http = true
|
# http = true
|
||||||
insecure = true
|
# insecure = true
|
||||||
[registry."push.lovestory.cyou"]
|
|
||||||
http = true
|
|
||||||
insecure = true
|
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue