diff --git a/.drone.yml b/.drone.yml index 8752427..6060cdf 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/library/tools/databridge:dev",push=true + --output type=image,"name=harbor.dc.teramesh.cn/library/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