scp-action/Dockerfile
Bo-Yi.Wu 4ab8543120 ci: refactor CI workflow to support multiple hosts
- Remove `1.6.8` version from the `FROM` instruction in the Dockerfile
- Add a new job to copy files to multiple hosts in the CI workflow

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2023-04-16 11:34:29 +08:00

6 lines
125 B
Docker

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