actions-marketplace-validations/Container Builder

Builds container images using Docker in a reliable and efficient way

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
buildEnable/disable the build phase of this actionnotrue
publishEnable/disable the publish phase of this actionnotrue
build_contextPath to build context, relative to repositoryno.
build_dockerfilePath to Dockerfile, relative to repositorynoDockerfile
target_repositoryDesired image repository where images built by this action get storedyes
target_registry_usernameUsername for build artifact registryyes
target_registry_passwordPassword for build artifact registryyes
cache_repositoryDesired cache image repository, defaults to image repository with suffix '-cache'no
cache_registry_usernameUsername for cache registry, defaults to credentials of build artifact registryno
cache_registry_passwordPassword for cache registry, defaults to credentials of build artifact registryno
static_tagsTag target image with this comma-separated list of tagsno
tag_with_refTag target image with Git referencenofalse
tag_with_shaTag target image with Git commit hashnofalse
namedescription
build_outputName of image (repository + tag) created during build phase