Some checks failed
scp files / test scp action (push) Failing after 8s
scp files / test deploy artifact (push) Failing after 4s
scp files / test changed-files (push) Failing after 9s
scp files / test target folder (push) Failing after 10s
scp files / test Multiple Host (push) Failing after 7s
- Update the drone-scp image from version `1.6.12` to `1.6.13` in the Dockerfile Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
6 lines
113 B
Docker
6 lines
113 B
Docker
FROM ghcr.io/appleboy/drone-scp:1.6.13
|
|
|
|
COPY entrypoint.sh /bin/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/bin/entrypoint.sh"]
|