May 06, 2022
5 min read
Automate build and push to ECR via GitHub Actions
In this article we will build a minimal PHP application consisting of two containers which are declared in a single multi stage Dockerfile. Then we will leverage a GitHub Actions workflow to automate building the Docker images and pushing them to ECR