s3i7h/Spin-Up Docker Compose

An action to spin up docker compose environment within GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filethe file to parse targets from, normally compose.yml. supported extensions: yml, jsonyes
cache-keythe cache key to use for saving build data. defaults to "default"nodefault
sharedwhether to use local registry to share built images. this enables `registry` and `localhost`. defaults to falsenofalse
registrywhether to use a local registry or not. defaults to falsenofalse
localhostwhether to replace targets registry to localhost or not. registry must be true to use this. defaults to falsenofalse
pullwhether to pull targets images. defaults to falsenofalse
pull-optsoptions to pass to docker compose pull. pull must be true to use this. defaults to ""no""
bakewhether to bake targets. defaults to falsenofalse
pushwhether to push targets images after baking. bake must be true to use this. defaults to falsenofalse
bake-optsoptions to pass to docker buildx bake. bake must be true to use this. defaults to ""no""
upwhether to boot up docker compose. defaults to truenotrue
up-optsoptions to pass to docker compose up. up must be true to use this. defaults to "-d"no-d
buildx-versionthe version of buildx to use. see docker/setup-buildx-action for detailsnolatest
dry-run[debugging] dry-run the actionnofalse

no outputs