Github Actions: Build Multiple docker images in Mono Repo
Learn how to build multiple Docker images for a single repository using matrix builds with Github Actions in this comprehensive tutorial. Dockerizing applications is a powerful way to deploy them, and Github Actions provides an easy way to build and push Docker images to a registry. Follow along as we demonstrate how to use matrix builds to build multiple Docker images for a single repository with Github Actions Building a single docker image For this example, we will use the Build and Push Docker Images action from the Github Marketplace....