From aea5ac2aacdb1bdc27cf4d5aa3f4e43599496465 Mon Sep 17 00:00:00 2001 From: gxl Date: Wed, 3 Jun 2026 16:51:48 +0800 Subject: [PATCH] 55 --- .woodpecker.yaml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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