In previous chapters, you learned how to automate testing and building a Docker image for the todobackend application, using a combination of Docker, Docker Compose, and Make.
You can now enhance this workflow to perform the following additional actions:
- Log in and log out of ECR
- Publish to ECR
To achieve this, you will create new tasks in the Makefile of the todobackend repository.