Skip to content

StefKode/action-docker-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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@v3
  - name: run docker-compose
    uses: sudo-bot/action-docker-compose@latest
    with:
        # https://docs.docker.com/compose/reference/overview/
        cli-args: "up"

About

A GitHub action for docker-compose

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 45.4%
  • Dockerfile 42.4%
  • Shell 12.2%