actions-marketplace-validations/Bump docker image version on a remote host
A GitHub Action that deploys the newest version of an docker image on a remote server via ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| remote_docker_host | Remote Docker host (user@host) | yes | — |
| remote_docker_port | Remote Docker ssh port (22) | no | 22 |
| service_name | The name of the service defined in the docker-compose.yml | yes | — |
| ssh_public_key | Remote Docker SSH public key | yes | — |
| ssh_private_key | SSH private key used to connect to the docker host | yes | — |
| args | Deployment command args. | yes | — |
| deploy_path | The path to your docker-compose.yml on the remote docker host | no | — |
| stack_file_name | Docker stack file used. Default is docker-compose.yml | no | — |
| pull_images_first | Pull docker images before deploying. | no | — |
| remote_host_fingerprint | SSH host key fingerprint for verification (optional, recommended for security) | no | — |
Outputs
no outputs