diff --git a/.woodpecker.yaml b/.woodpecker.yaml index d3e6922..47373c2 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -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 diff --git a/Dockerfile b/Dockerfile index fcbfe6e..603e020 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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