Go Docker CI Action
Version updated for https://github.com/somaz94/go-docker-action-ci-action to version v1.0.1.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The go-docker-action-ci-action is a composite GitHub Action designed to streamline continuous integration for Go-based projects that build and push Docker images. It automates tasks such as setting up the Go environment, running unit tests (with optional coverage thresholds), starting a local Docker registry, and building/pushing Docker images. This action simplifies CI workflows by consolidating multiple common steps into a single action, providing default configurations for typical Go/Docker setups while allowing customization for specific needs.
What’s Changed
Bug Fixes
- Trim description to marketplace 125-char limit and point docker dependabot at fixture (834e0df)
Documentation
- Update changelog (f581e02)
- Update CONTRIBUTORS.md (8f6e00b)
Full Changelog: https://github.com/somaz94/go-docker-action-ci-action/compare/v1.0.0...v1.0.1