Azure Devops ecr login

33 Views Asked by At

I am trying to login to ecr using a pipeline step in azure devops . After login i have a Docker file where the base image declared inside that file would be pulled from ecr and other steps combined and build a new image. So i have created a pipeline step of azure cli for login and trying to pull the base image bt its failing with no authentication provided like that. I have configured the correct service connection and passed into this azure devops step.

enter image description here

0

There are 0 best solutions below