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

Support for Docker buildx #12

Open mhamas opened 3 years ago

mhamas commented 3 years ago

Hi @kciter,

thanks for this great GH action. We've been using it and makes our life much easier. I've been thinking if you are considering adding support for new Docker buildx (https://github.com/docker/setup-buildx-action) so that users can benefit e.g. from passing secrets directly to the builds (https://docs.docker.com/develop/develop-images/build_enhancements/).

Thanks!