quantumwake/Docker Build and Deploy

Build, push, and deploy Docker images to Kubernetes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
image-nameBase image name (e.g., username/repository)yes
registryDocker registry to usenodocker.io
registry-usernameDocker registry usernameyes
registry-tokenDocker registry tokenyes
k8s-configKubernetes config type or command to load confignonone
k8s-namespaceKubernetes namespacenodefault
k8s-deploymentKubernetes deployment name (if not specified, will use image-name-deployment)no
deployment-filePath to Kubernetes deployment templatenok8s/deployment.yaml
dockerfilePath to Dockerfile (relative to context)noDockerfile
contextDocker build context directoryno.
build-argsExtra args for docker buildno""
tagImage tag (defaults to git tag or short commit SHA)no""
create-github-releaseCreate a GitHub release for tagsnofalse
namedescription
imageFull Docker image name with tag