This pull request installs the aws ecr credential helper and uses it to log into ECR.
It replaces the standard login and removes this warning:
WARNING! Your password will be stored unencrypted in /home/circleci/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
This pull request installs the
aws ecr credential helper
and uses it to log intoECR
.It replaces the standard login and removes this warning: