This repository contains the example code used in the article: Introduction to Docker Bake.
This project demonstrates how to use Docker Bake to build multi-platform Docker images for an application.
The .github/workflows/docker-bake-pipeline.yml workflow demonstrates how to integrate Docker Bake into a CI/CD pipeline using GitHub Actions. It builds the images using and verifies their existence and architecture.