isbang 24f65477e7 docs: update README example usage
write more clear and specify that needs actions/checkout

ref #1
2020-11-28 02:31:53 +09:00
2020-11-02 14:20:02 +09:00
2020-11-02 14:20:02 +09:00
2020-11-02 14:21:52 +09:00
2020-11-02 14:20:02 +09:00
2020-11-02 14:20:02 +09:00
2020-11-02 14:20:02 +09:00
2020-11-02 14:20:02 +09:00
2020-11-28 02:31:53 +09:00

Docker Compose Action

This action runs your docker-compose file and clean up before action finished.

Inputs

compose-file

Optional The name of the compose file. Default "./docker-compose.yml".

Example usage

steps:
  # need checkout before using compose-action
  - uses: actions/checkout@v2
  - uses: isbang/compose-action@v0.1
    with:
      compose-file: './docker/docker-compose.yml'
Description
This action runs your docker-compose file and clean up before action finished
Readme MIT 39 MiB
Languages
TypeScript 96.3%
Makefile 2.1%
Dockerfile 0.8%
Shell 0.6%
JavaScript 0.2%