ssh-action/Dockerfile

6 lines
112 B
Docker

FROM ghcr.io/appleboy/drone-ssh:1.7.1
COPY entrypoint.sh /bin/entrypoint.sh
ENTRYPOINT ["/bin/entrypoint.sh"]