sheimi / install-compose-action

GitHub Action to install Docker Compose v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Docker Compose

This GitHub Action installs Docker Compose v2

Usage

jobs:
  my-awesome-job:
    steps:
      - name: Install Compose
        uses: ndeloof/install-docker-compose
        with:
          version: v2.1.0 # defaults to 'latest'
          legacy: true    # will also install in PATH as `docker-compose`

About

GitHub Action to install Docker Compose v2

License:Apache License 2.0