This directory contains example workflows for projects that use Docker Compose without building custom images. These workflows validate configuration and create semantic releases.
- Deployment Configurations: Projects that deploy pre-built images via Docker Compose
- Development Environments: Local development setups with docker-compose.yml
- Infrastructure as Code: Docker Compose based infrastructure definitions
- Multi-Service Orchestration: Projects coordinating multiple containers
| Example | Description |
|---|---|
| simple-release.yml | Basic validation and release |
| comprehensive-release.yml | Full validation with all options |
| multi-environment.yml | Multiple compose files for different environments |
Copy one of the examples to your repository's .github/workflows/ directory and customize as needed.