1.2.3 • Published 8 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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.3

8 months ago

1.2.2

1 year ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

3 years ago

1.1.2

2 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.11

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.10

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago