GitHub Action to set up Docker Compose
Find a file
2025-01-24 13:46:04 +01:00
.github ci: enable manual trigger 2025-01-24 13:46:04 +01:00
.yarn/plugins/@yarnpkg initial version 2025-01-20 13:05:32 +01:00
__tests__ initial version 2025-01-20 13:05:32 +01:00
dist chore: update generated content 2025-01-23 12:17:37 +01:00
src initial version 2025-01-20 13:05:32 +01:00
.dockerignore initial version 2025-01-20 13:05:32 +01:00
.editorconfig initial version 2025-01-20 13:05:32 +01:00
.eslintignore initial version 2025-01-20 13:05:32 +01:00
.eslintrc.json initial version 2025-01-20 13:05:32 +01:00
.gitattributes initial version 2025-01-20 13:05:32 +01:00
.gitignore initial version 2025-01-20 13:05:32 +01:00
.prettierignore initial version 2025-01-20 13:05:32 +01:00
.prettierrc.json initial version 2025-01-20 13:05:32 +01:00
.yarnrc.yml initial version 2025-01-20 13:05:32 +01:00
action.yml initial version 2025-01-20 13:05:32 +01:00
codecov.yml initial version 2025-01-20 13:05:32 +01:00
dev.Dockerfile initial version 2025-01-20 13:05:32 +01:00
docker-bake.hcl initial version 2025-01-20 13:05:32 +01:00
jest.config.ts initial version 2025-01-20 13:05:32 +01:00
LICENSE chore: license 2025-01-20 12:13:06 +01:00
package.json bump @docker/actions-toolkit from 0.52.0 to 0.53.0 2025-01-23 12:16:38 +01:00
README.md chore: readme 2025-01-20 13:06:16 +01:00
tsconfig.json initial version 2025-01-20 13:05:32 +01:00
yarn.lock bump @docker/actions-toolkit from 0.52.0 to 0.53.0 2025-01-23 12:16:38 +01:00

GitHub release GitHub marketplace CI workflow Test workflow Codecov

About

GitHub Action to set up Docker Compose.

Screenshot


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