publish docker image

push image to hub.docker.com

1. docker login hub.docker.com
2. docker push hub.docker.com/rushteam/test:v1.0.0

push image to gcr.io

1. gcloud auth login 
2. gcloud config set project rushteam
3. gcloud auth configure-docker

4. docker login asia.gcr.io
5. docker push asia.gcr.io/rushteam/test:v1.0.0

push image to azure

1. az acr login --name myregistry / docker login myregistry.azurecr.cn
2. docker push myregistry.azurecr.cn/rushteam/test:v1.0.0

Doc: https://docs.azure.cn/zh-cn/container-registry/container-registry-get-started-docker-cli

发表新评论