How to pull docker image from ECR in Githubactions – Ubuntu
I'm trying to pull docker image from ECR and deploy it on ec2 instance. However it's throwing an error like docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ======END====== err: invalid reference format 2022/11/03 15:31:54 Process exited with status 1 My yml file is: name:…