Automating the publish workflow

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:

To achieve this, you will create new tasks in the Makefile of the todobackend repository.