hoverkraft-tech / compose-action

This action runs your docker-compose file and clean up before action finished
https://github.com/marketplace/actions/docker-compose-action
MIT License
148 stars 24 forks source link

What's the point of this action when GitHub runners already support docker compose natively? #39

Closed RichardJECooke closed 6 months ago

RichardJECooke commented 7 months ago

What's the point of this action when GitHub runners already support docker compose natively?

KrzysztofDzioba commented 7 months ago

Can you drop full example of native usage?

RichardJECooke commented 7 months ago

I got docker compose to work fine without any plugins - https://github.com/mordavia/fusionauth_github_marketplace_action/blob/main/action.yaml

neilime commented 6 months ago

This action does not provide docker-compose. It make it usage easier, by managing setup & cleanup out of the box