A collection of reusable GitHub Actions workflows providing standardized CI/CD patterns.
Workflows in this repository are:
- Designed to be consumed via
workflow_call - Self-contained and free of internal or proprietary dependencies
- Configurable through explicit inputs and secrets
- Suitable for use in public and private repositories
| Workflow | Description | Documentation |
|---|---|---|
| docker-ops.yml | Build, scan, and publish Docker images to Docker Hub and GCP Artifact Registry with security scanning. | Docs · Examples |
| wp-gh-release-ops.yml | Generate and publish WordPress plugin release on GitHub. | Docs · Examples |
This project is licensed under the MIT License - see the LICENSE file for details.