Diploi Builder Action
Version updated for https://github.com/diploi/action-build to version v1.12.
- This action is used across all versions by 9 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Diploi Builder Action is a GitHub Action designed to automate the process of building and pushing Docker images for individual components within a Diploi project’s monorepo. It streamlines CI/CD workflows by generating a build matrix from the project’s diploi.yaml file and executing parallel Docker builds for each component, based on their respective folders and configurations. This action simplifies containerization and deployment tasks, ensuring consistency and efficiency across multi-component projects.
What’s Changed
Full Changelog: https://github.com/diploi/action-build/compare/v1.11...v1.12