From c209399d24f9bdf90d1de61944c4c6be2232e6a0 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 16 Apr 2023 12:16:16 +0800 Subject: [PATCH] chore: update Docker image for drone-scp to version 1.6.10 (#116) - Update the `drone-scp` Docker image from version `1.6.9` to `1.6.10` fix https://github.com/appleboy/scp-action/issues/112 --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c9f5df..119b12d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,7 +153,7 @@ jobs: key: ${{ secrets.KEY }} port: ${{ secrets.PORT }} source: tests/a.txt,tests/b.txt - target: test foobar + target: foobar foobar 1234 multipleHost: name: test Multiple Host diff --git a/Dockerfile b/Dockerfile index 519b741..e44e0f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/appleboy/drone-scp:1.6.9 +FROM ghcr.io/appleboy/drone-scp:1.6.10 COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh