Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Setup docker-compose

v1.0.3

Setup docker-compose

play

Setup docker-compose

Automate download and set up process for docker-compose command

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup docker-compose

uses: KengoTODA/actions-setup-docker-compose@v1.0.3

Learn more about this action in KengoTODA/actions-setup-docker-compose

Choose a version

GitHub action to setup docker-compose command

actions-setup-docker-compose status

This action downloads the docker-compose command and add it to the PATH for following executions. It supports the Linux environment only.

How to use

Add a step to your workflow like below:

  steps:
  - uses: KengoTODA/actions-setup-docker-compose@main
    with:
      version: '1.26.2'

The version parameter is required, specify the full version of docker-compose command.