Public Access
1
0
mirror of https://github.com/appleboy/ssh-action.git synced 2026-01-28 15:03:17 +03:00

add support for fingerprint: (#54)

This commit is contained in:
Daniel Hwang
2020-05-18 23:21:26 -07:00
committed by GitHub
parent a912e225ec
commit 6b00175bad
3 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM appleboy/drone-ssh:1.5.7-linux-amd64
FROM appleboy/drone-ssh:1.5.8-linux-amd64
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh