Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Docker Compose Release Examples

This directory contains example workflows for projects that use Docker Compose without building custom images. These workflows validate configuration and create semantic releases.

Use Cases

  • 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

Examples

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

Quick Start

Copy one of the examples to your repository's .github/workflows/ directory and customize as needed.

Related Documentation