relab-services/turborepo-projects-version

Builds and push docker image. Skips docker build if it is already exists.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-pathPath to the project directoryyes
image-nameName of the imageyes
dockerfile-nameName of the DockerfilenoDockerfile
versionVersion tag for the Docker imageyes
registry-urlDocker registry URLyes
registry-usernameDocker registry usernameyes
registry-passwordDocker registry passwordyes
argsAdditional arguments to pass to docker build commandno""
pull-latestWhether to pull the latest image before building (default: true)notrue
pushWhether to push the image to the registry (default: true)notrue
namedescription
imageDocker image name that was built/pushed
tagDocker image tag that was built/pushed
hrefFull Docker image name with tag (image-name:image-tag)
skippedWhether the build was skipped because image already exists