ssh-action/Dockerfile
Bo-Yi Wu d91a1af6f5
Some checks failed
remote ssh command / Build (push) Failing after 5s
Fix(envs): set environment variable instead of bash variable (#209)
2023-01-08 09:08:14 +08:00

6 lines
135 B
Docker

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