reinvented-stuff/Build and push Docker image

Builds a Docker image and pushes it into a registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
registry_addressDocker registry addressyes
registry_usernameUsername to authorise in registryyes
registry_tokenToken to authorise in registryyes
nameName of the Docker image (incl. repository, excl. version)yes
build_argsAdditional build arguments to pass to docker build commandno""
platformPlatform to set in the manifestno""
targetMulti-stage build targetno""
working_directoryWhere to execute the buildno./
dockerfileWhere Dockerfile is locatednoDockerfile
planned_versionVersion to assign to the imageyes
default_branchDefault branch name that would not be added to version tag partnomaster
skip_branch_suffixOverrides behaviour of "default_branch" parameter, forces to omit branch name in version tagnofalse
fail_on_errorFail the pipeline on erroryesfalse
namedescription
image_full_nameFull name of the pushed image