This repository contains the required files for the article I wrote, Docker Bake + Gitlab CI Matrix
.
Bake is a high-level building tool to support building images in parallel and lets the user define project-specific reusable build flows that anyone can easily invoke. On the other hand, the GitLab matrix enables you to run multiple jobs in parallel. With the power of these two, you can build a very flexible and customized pipeline for creating images.
Read more at my blog.