A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/marketplace/actions/docker-setup-compose below:

Docker Setup Compose · Actions · GitHub Marketplace · GitHub

GitHub Action to set up Docker Compose.

name: ci

on:
  push:

jobs:
  compose:
    runs-on: ubuntu-latest
    steps:
      -
        name: Set up Docker Compose
        uses: docker/setup-compose-action@v1

Note

If Docker Compose is already installed on the runner, the action will skip download. Otherwise, it will download and install the latest stable version available on GitHub.

To always download and install the latest version of Docker Compose:

      -
        name: Set up Docker Compose
        uses: docker/setup-compose-action@v1
        with:
          version: latest

The following inputs can be used as step.with keys:

Name Type Default Description version String Compose version. (eg. v2.32.4, latest) cache-binary Bool true Cache compose binary to GitHub Actions cache backend

Want to contribute? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4