Skip to content

Commit

Permalink
chore: update Docker image for drone-scp to version 1.6.10 (#116)
Browse files Browse the repository at this point in the history
- Update the `drone-scp` Docker image from version `1.6.9` to `1.6.10`

fix #112
  • Loading branch information
appleboy committed Apr 16, 2023
1 parent 952a6e3 commit c209399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c209399

Please sign in to comment.