diff --git a/.drone.yml b/.drone.yml index 96cf2c9..2cf8e56 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,registry.auth=$HARBOR_DOCKER_AUTH + --output type=image,"name=harbor.dc.teramesh.cn/library/tools/databridge:dev",push=true,registry.auth=$(echo -n "$HARBOR_DOCKER_AUTH" | base64 -w0) --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