s3i7h/Spin-Up Docker Compose
An action to spin up docker compose environment within GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | the file to parse targets from, normally compose.yml. supported extensions: yml, json | yes | — |
| cache-key | the cache key to use for saving build data. defaults to "default" | no | default |
| shared | whether to use local registry to share built images. this enables `registry` and `localhost`. defaults to false | no | false |
| registry | whether to use a local registry or not. defaults to false | no | false |
| localhost | whether to replace targets registry to localhost or not. registry must be true to use this. defaults to false | no | false |
| pull | whether to pull targets images. defaults to false | no | false |
| pull-opts | options to pass to docker compose pull. pull must be true to use this. defaults to "" | no | "" |
| bake | whether to bake targets. defaults to false | no | false |
| push | whether to push targets images after baking. bake must be true to use this. defaults to false | no | false |
| bake-opts | options to pass to docker buildx bake. bake must be true to use this. defaults to "" | no | "" |
| up | whether to boot up docker compose. defaults to true | no | true |
| up-opts | options to pass to docker compose up. up must be true to use this. defaults to "-d" | no | -d |
| buildx-version | the version of buildx to use. see docker/setup-buildx-action for details | no | latest |
| dry-run | [debugging] dry-run the action | no | false |
Outputs
no outputs