actions-marketplace-validations/Remote Docker Redploy
Deploys to remote docker host from a docker registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 11, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/3kraft_docker-remote-deploy-action@dbc98cb36a1409052e1f589dfe3308a1b9097e2a # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| docker-host | a remote docker host (ssh) (127.0.0.1) | yes | — |
| docker-host-user | a user on to connect the remote docker host (root) | yes | root |
| private-key | private rsa key for the ssh connection to the remote host (-----BEGIN RSA PRIVATE KEY----- ....) | yes | — |
| registry | a docker registry server (ghcr.io). Do not set the registry property, when using default "hub.docker.com" registry, otherwise docker login will fail. | — | — |
| registry-user | a docker registry user (dummy) | yes | — |
| registry-token | an auth token/pwd for the registry (***) | yes | — |
| container-name | name of the container to start (example-container) | yes | — |
| container-ports | exposed ports of the container (8080:8080) | yes | — |
| image-name | docker image name (example-image) | yes | — |
| tag-name | image tag (latest) | yes | — |
| container-args | additional run args (-d -e XXX=xxx --restart unless-stopped) | no | — |
| environment-name | enironment name, if applicable (staging) | no | development |
| network | an optional docker network name | no | — |
Outputs
no outputs