1.2.2 • Published 29 days ago

@kengotoda/actions-setup-docker-compose v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
29 days ago

GitHub action to setup docker-compose command

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

!IMPORTANT The docker-compose command is now deprecated, consider to use the docker compose sub command instead. Refer to Docker official blog for detail.

How to use

Add a step to your workflow like below:

  steps:
  - uses: KengoTODA/actions-setup-docker-compose@v1
    with:
      version: '2.14.2' # the full version of `docker-compose` command

Or set a GITHUB_TOKEN environment variable, to use the latest released version:

  steps:
  - uses: KengoTODA/actions-setup-docker-compose@main
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

The 'latest release' here means the most recent non-prerelease, non-draft release, sorted by the created_at attribute.

Note that the GITHUB_TOKEN should have contents: read permission to fetch data from the GitHub.com.

1.2.2

29 days ago

1.2.1

5 months ago

1.2.0

6 months ago

1.1.12

6 months ago

1.1.11

6 months ago

1.1.10

9 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.10

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago