kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
11.15k stars 1.75k forks source link

CI/CD Pipeline for Docker Image Build Validation #298

Open AlmarAubel opened 10 months ago

AlmarAubel commented 10 months ago

Proposal

I propose adding a new step or a separate pipeline within our CI/CD process, specifically focused on building Docker images. The primary objective of this step would be to validate the successful creation of Docker images, ensuring that any changes in the codebase do not inadvertently break the Docker build process.

Benefits

I'm interested in hearing your thoughts on this proposal, especially regarding its feasibility and any potential impact on our current CI/CD workflow.