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