kciter / aws-ecr-action

This Action allows you to create Docker images and push into a ECR repository.
MIT License
146 stars 116 forks source link

add registry-ids, move from deprecated get-login to get-login-password #39

Closed damian-bisignano closed 3 years ago

damian-bisignano commented 3 years ago

I had a requirement to be able to log in to 2 diferent registries so that i could use an image as a source that is stored in a different AWS account than the one i am pushing to.

Also get-login is deprecated so just updated to use get-login-password

we are using this internally and it works but want to provide it back to the community in case others have the same use case.

DamianBis commented 3 years ago

@kciter Any chance this can be merged in? i'm using it from my fork but would prefer to keep on the main repo

kciter commented 3 years ago

@DamianBis Merged