This commit is contained in:
gxl 2026-06-03 16:51:48 +08:00
parent 42905854eb
commit aea5ac2aac
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# 💡 全局变量块 53
# 💡 全局变量块 55
variables:
- &APP_REGISTRY "push.lovestory.cyou"
- &APP_PULL_REGISTRY "registry.lovestory.cyou"
@ -35,7 +35,7 @@ steps:
from_secret: nexus_docker_username
password:
from_secret: nexus_docker_password
mirror: http://registry.lovestory.cyou
http_proxy: http://registry.lovestory.cyou
when:
event: push
branch: master

View File

@ -1,5 +1,5 @@
#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
#暴露端口
EXPOSE 8080