ambimax/Deploy a docker image

Deploy a docker image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 24, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: ambimax/action-docker-deploy@e21193e207abe454f2765cf425c256b00e490fc5 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
imageThe image to deploy.yes""
hostThe host under which to deploy the image. If the host contains "*" it will be replaced by the full deployment name. yes""
envA comma separated list of environment variable names to provide to the container. no""
appThe name of the app. If no name is given it will be set to the docker image name (without leading namespaces). no""
releaseThe name of the release. If no release is given it will be set to the docker image tag. no""
namespaceThe namespace to deploy into. If no namespace is given, it defaults to `default`. no""
portThe port to expose from the image.no80
docker_secretThe secret to use to pull images.no
digitalocean_tokenThe digitalocean token, if you are deploying to digitalocean.no
digitalocean_clusterThe name of the digitalocean_cluster if you are deploying to digitalocean.no
undeployWhether or not to undeploy instead of deploy the container.nofalse
enable_commit_commentWhether or not to add a comment to the commit with the deployment information.nofalse
github_tokenThe github token used to create the commit comment.no
values_filePath to a yaml file that will be used to provide configuration values for the internal helm chart. See the [./k8s/helm](Chart) for more information.no

no outputs