This commit is contained in:
parent
42905854eb
commit
aea5ac2aac
|
|
@ -1,4 +1,4 @@
|
||||||
# 💡 全局变量块 53
|
# 💡 全局变量块 55
|
||||||
variables:
|
variables:
|
||||||
- &APP_REGISTRY "push.lovestory.cyou"
|
- &APP_REGISTRY "push.lovestory.cyou"
|
||||||
- &APP_PULL_REGISTRY "registry.lovestory.cyou"
|
- &APP_PULL_REGISTRY "registry.lovestory.cyou"
|
||||||
|
|
@ -35,7 +35,7 @@ steps:
|
||||||
from_secret: nexus_docker_username
|
from_secret: nexus_docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: nexus_docker_password
|
from_secret: nexus_docker_password
|
||||||
mirror: http://registry.lovestory.cyou
|
http_proxy: http://registry.lovestory.cyou
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#FROM registry.cn-zhangjiakou.aliyuncs.com/abhors/ibm-semeru-runtimes:open-17-jre
|
#FROM registry.cn-zhangjiakou.aliyuncs.com/abhors/ibm-semeru-runtimes:open-17-jre
|
||||||
FROM registry.lovestory.cyou/ibm-semeru-runtimes:open-17-jre
|
FROM library/ibm-semeru-runtimes:open-17-jre
|
||||||
COPY ./target/*.jar /opt/app.jar
|
COPY ./target/*.jar /opt/app.jar
|
||||||
#暴露端口
|
#暴露端口
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue