Commit 7b5cc900 by Tang

feat: sh

parent bfd1fdce
...@@ -11,7 +11,7 @@ if [ "$1" != "" ]; ...@@ -11,7 +11,7 @@ if [ "$1" != "" ];
fi fi
REGISTRY_URL="registry.cn-hangzhou.aliyuncs.com" REGISTRY_URL="registry.cn-hangzhou.aliyuncs.com"
docker login --username=$DOCKER_REPO_USERNAME $REGISTRY_URL --password-stdin=$DOCKER_REPO_PASSWORD docker login --username=$DOCKER_REPO_USERNAME $REGISTRY_URL --password=$DOCKER_REPO_PASSWORD
set -e set -e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment