Setup Compose CLI
ActionsTags
(2)GitHub Action making it straightforward to install the desired version of Docker Compose CLI.
Add the following step in your workflow file
- uses: withlogicco/setup-compose-cli@v1Now you can use the Docker Compose CLI to deploy your apps to Amazon ECS or Azure Container Instances:
- uses: withlogicco/setup-compose-cli@v1
- run: docker context create ecs aws --from-env
- run: docker --context=aws compose up- uses: withlogicco/setup-compose-cli@v1
with:
version: 1.0.23Built by Paris Kasidiaris and licensed under the MIT License.
Setup Compose CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.