Releases: makeplane/actions
Releases · makeplane/actions
v1.0.0
Changelog
[v1.0.0] - 2024-12-20
Added
- Initial release of the Docker Build & Push Action
- Multi-platform build support using Docker Buildx
- Smart tagging system for releases and branches
- Support for both DockerHub and private registry authentication
- Configurable build arguments and context
- Release management with semantic versioning
- Comprehensive documentation with usage examples
Features
- Automatic tag generation based on build type:
- Semantic version tags for releases (e.g., v1.2.3)
- Latest tag for master branch
- Branch name tags for other branches
- Private registry support with conditional authentication
- Customizable build platforms via Buildx
- Build argument support for flexible image configuration
Documentation
- Added detailed README with input parameters
- Included example workflows for basic and advanced usage
- Documented all configuration options and defaults