GitHub Actions Amazon ECR Integration - part2
This post is the continuation of part 1.
In this post, I will show how to use a GitHub Actions workflow to automatically build and publish docker images to an ECR repository on a push or pull request merge.
We need a dummy project for illustration. I have bootstrapped my