Skip to content

ndeloof/install-compose-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install Docker Compose

This GitHub Action installs Docker Compose v2

Usage

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

About

GitHub Action to install Docker Compose v2

Resources

License

Stars

Watchers

Forks

Packages

No packages published