From e924c8e748bea9b04951b29ec9a4cfff96fe16ad Mon Sep 17 00:00:00 2001 From: "mingsheng.li" Date: Fri, 25 Jul 2025 14:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F=E6=8A=A5?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- scripts/deploy-dbf-import.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0d8d46f..ead5006 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,6 @@ steps: --local context=. --local dockerfile=. --opt build-arg:PIP_INDEX_URL=$PIP_INDEX_URL - --output type=image,"name=harbor.dc.teramesh.cn/idrc/tools/databridge:dev",push=true + --output type=image,"name=harbor.dc.teramesh.cn/library/tools/databridge:dev",push=true --export-cache type=s3,region=x,bucket=ci-cache,name=teramesh-dev,endpoint_url=http://minio.minio:9000,use_path_style=true,access_key_id=$MINIO_SERVER_ACCESS_KEY,secret_access_key=$MINIO_SERVER_SECRET_KEY --import-cache type=s3,region=x,bucket=ci-cache,name=teramesh-dev,endpoint_url=http://minio.minio:9000,use_path_style=true,access_key_id=$MINIO_SERVER_ACCESS_KEY,secret_access_key=$MINIO_SERVER_SECRET_KEY \ No newline at end of file diff --git a/scripts/deploy-dbf-import.sh b/scripts/deploy-dbf-import.sh index a549be2..59da2f0 100644 --- a/scripts/deploy-dbf-import.sh +++ b/scripts/deploy-dbf-import.sh @@ -3,8 +3,8 @@ set -e # 默认配置 JOB_ID=$(date +%Y%m%d-%H%M%S) -IMAGE_REPO=${IMAGE_REPO:-"harbor.dc.teramesh.cn/idrc/tools"} -IMAGE_TAG=${IMAGE_TAG:-"latest"} +IMAGE_REPO=${IMAGE_REPO:-"harbor.dc.teramesh.cn/library/tools"} +IMAGE_TAG=${IMAGE_TAG:-"dev"} BATCH_SIZE=${BATCH_SIZE:-"1000"} LOG_LEVEL=${LOG_LEVEL:-"INFO"} DATA_PVC_NAME=${DATA_PVC_NAME:-"data-import-export-pvc"}