Container Build Flow Action
Version updated for https://github.com/wgtechlabs/container-build-flow-action to version v1.7.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Container Build Flow Action automates the process of building and tagging Docker/Container images for GitHub workflows. It intelligently detects the workflow context (e.g., pull requests, development, staging, or production) and applies correct tags and build flows without requiring manual configuration. This action simplifies container build and deployment processes by eliminating repetitive tasks, ensuring consistent tagging strategies, supporting multi-platform builds, performing security scans, and enabling dual registry support for Docker Hub and GitHub Container Registry.
Release notes
[1.7.0] - 2026-02-28
Added
- add bot detection input and outputs for CI build management