Emilien Escalle e16b76985c ci: auto-generate README
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 13:59:59 +01:00

424 B

Example using services

Perform docker-compose up to some given service instead of all of them

steps:
  # need checkout before using compose-action
  - uses: actions/checkout@v3
  - uses: hoverkraft-tech/compose-action@v1.5.1
    with:
      compose-file: "./docker/docker-compose.yml"
      services: |
        helloworld2
        helloworld3