ianbelcher/Monorepo container build action

An action to build and push a docker container via a command

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
container_nameThe name of the container that this action is buildingyes
command_to_runThe command to run to build the containeryes
docker_registryThe registry to use. This is likely in the form my-registry.domain.com:4000 or similarno""
docker_registry_usernameThe username of the registry useryes
docker_registry_passwordThe password of the registry useryes
namedescription
IMAGE_SHAThe SHA of the pushed image
IMAGE_URLThe full URL of the pushed image