ambimax/Deploy a docker image
Deploy a docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 24, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: ambimax/action-docker-deploy@e21193e207abe454f2765cf425c256b00e490fc5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The image to deploy. | yes | "" |
| host | The host under which to deploy the image. If the host contains "*" it will be replaced by the full deployment name. | yes | "" |
| env | A comma separated list of environment variable names to provide to the container. | no | "" |
| app | The name of the app. If no name is given it will be set to the docker image name (without leading namespaces). | no | "" |
| release | The name of the release. If no release is given it will be set to the docker image tag. | no | "" |
| namespace | The namespace to deploy into. If no namespace is given, it defaults to `default`. | no | "" |
| port | The port to expose from the image. | no | 80 |
| docker_secret | The secret to use to pull images. | no | — |
| digitalocean_token | The digitalocean token, if you are deploying to digitalocean. | no | — |
| digitalocean_cluster | The name of the digitalocean_cluster if you are deploying to digitalocean. | no | — |
| undeploy | Whether or not to undeploy instead of deploy the container. | no | false |
| enable_commit_comment | Whether or not to add a comment to the commit with the deployment information. | no | false |
| github_token | The github token used to create the commit comment. | no | — |
| values_file | Path 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 | — |
Outputs
no outputs