diff --git a/.drone.yml b/.drone.yml index 86efdc8..96cf2c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +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-opt registry.auth=$HARBOR_DOCKER_AUTH + --output type=image,"name=harbor.dc.teramesh.cn/library/tools/databridge:dev",push=true,registry.auth=$HARBOR_DOCKER_AUTH --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