GitHub - sudo-bot/action-docker-compose: A GitHub action for docker-compose · GitHub
Skip to content

sudo-bot/action-docker-compose

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

Repository files navigation

A GitHub action to run docker-compose

Go to docker-compose at GitHub

You can find the image on Docker Hub

Docker Pulls

I use the base image docker/compose for this action

Example usage

  - uses: actions/checkout@v4
  - name: run docker-compose
    uses: sudo-bot/action-docker-compose@latest
    with:
        # https://docs.docker.com/compose/reference/overview/
        cli-args: "up"