infra-blocks/Docker publish action

Builds, tags and publishes your docker images.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
serviceThe name of the service to build as found in the docker-compose file.yes
tagsA stringified JSON array of tags to apply on the built image. Defaults to '["latest"]'.no["latest"]
build-argumentsA stringified JSON object of build arguments to pass to the Docker compose build command. The keys should be the name of the build argument and the values should be the value to pass. Only objects of strings are supported. no{}
docker-compose-fileThe location of the docker-compose file. Defaults to "docker/docker-compose.yml".nodocker/docker-compose.yml
dry-runWhen set to true, builds and tags, but doesn't push images.nofalse
namedescription
publishedA stringified JSON array of images published. An image is of the form '<repo>:<tag>'