ssh-action/Dockerfile
Bo-Yi Wu 682eb0ddda
Some checks failed
remote ssh command / Build (push) Failing after 4s
chore: bump drone-ssh to v1.6.0
2020-05-24 13:59:21 +08:00

6 lines
134 B
Docker

FROM appleboy/drone-ssh:1.6.0-linux-amd64
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]