actions-marketplace-validations/Remote Docker Redploy

Deploys to remote docker host from a docker registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 11, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/3kraft_docker-remote-deploy-action@dbc98cb36a1409052e1f589dfe3308a1b9097e2a # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
docker-hosta remote docker host (ssh) (127.0.0.1)yes
docker-host-usera user on to connect the remote docker host (root)yesroot
private-keyprivate rsa key for the ssh connection to the remote host (-----BEGIN RSA PRIVATE KEY----- ....)yes
registrya docker registry server (ghcr.io). Do not set the registry property, when using default "hub.docker.com" registry, otherwise docker login will fail.
registry-usera docker registry user (dummy)yes
registry-tokenan auth token/pwd for the registry (***)yes
container-namename of the container to start (example-container)yes
container-portsexposed ports of the container (8080:8080)yes
image-namedocker image name (example-image)yes
tag-nameimage tag (latest)yes
container-argsadditional run args (-d -e XXX=xxx --restart unless-stopped)no
environment-nameenironment name, if applicable (staging)nodevelopment
networkan optional docker network nameno

no outputs