push image to ecr
push image to ecr

We changed the docker image repository from harbor to AWS ECR. How to push the image? Retrieve an authentication token and authenticate your Docker client to your registry. Use the AWS CLI: aws ecr get-login-password --region ap-east-1 | docker login --username AWS --password-stdin <aws account>.dkr.ecr.<region>.amazonaws.com In this way, we not only have to change the... » read more