Files
scp-action/Dockerfile
Bo-Yi Wu 8a92fcdb1e
Some checks failed
scp files / test scp action (push) Failing after 4s
scp files / deploy artifact (push) Failing after 7s
scp files / test changed-files (push) Failing after 5s
chore: upgrade drone-scp to v1.6.7 version. (#101)
2023-04-09 18:26:09 +08:00

6 lines
131 B
Docker

FROM ghcr.io/appleboy/drone-scp:1.6.7
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]