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

Created a new Feature and a Bug fix #13

Closed rckreddy closed 3 years ago

rckreddy commented 3 years ago

Created a new feature to be able to attach a Resource Policy to the ECR repo. Also if the user doesn't have the right permissions to provision a repo, the container was exiting without a proper error message written when the github action is run..So fixed the code that swallows the error and instead let it write the error to the console. This way is much helpful, to debug when error occurs..