mirror of
https://ghproxy.net/https://github.com/appleboy/scp-action.git
synced 2025-04-12 11:26:01 +00:00
- 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>
6 lines
125 B
Docker
6 lines
125 B
Docker
FROM ghcr.io/appleboy/drone-scp
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|