mirror of
https://github.com/docker/setup-compose-action.git
synced 2026-01-30 20:04:58 +01:00
1b5325cd5ac9048b1239276b272c2723b014d184
About
GitHub Action to set up Docker Compose.
Usage
name: ci
on:
push:
jobs:
compose:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Docker Compose
uses: docker/setup-compose-action@v1
Customizing
inputs
The following inputs can be used as step.with keys:
| Name | Type | Default | Description |
|---|---|---|---|
version |
String | Compose version. (eg. v2.32.4, latest) |
|
cache-binary |
Bool | true |
Cache compose binary to GitHub Actions cache backend |
Contributing
Want to contribute? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md
Description
Languages
TypeScript
37%
JavaScript
27.4%
Dockerfile
23.5%
HCL
12.1%
