Pushing docker image to multiple ECR repositories

sagarsneh April 30, 2020

I am trying to push docker images upon commits to 2 branches : branch1 => ecr1 & branch2 => ecr2

I have set variables AWS_KEY, AWS_SECRET for ecr1 & NEW_AWS_KEY, NEW_AWS_SECRET for ecr2

Pushing to branch1 worked well, but now when I have another branch branch2 and have given another set of aws ecr credentials, the credentials don't seem to take effect. I am unable to push to ecr2. Upon debugging, I see that even after setting the new AWS keys, the pipeline is still trying to push to the new ecr repo using the credentials from ecr1.

I dont want to create another repo to just be able to push to ecr2.

 

Note: I am following the steps from here : https://bitbucket.org/blog/automating-amazon-elastic-container-ecr-container-builds-using-bitbucket-pipelines

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events