mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-12 12:38:08 +00:00
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
This commit is contained in:
parent
952a6e3250
commit
c209399d24
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -153,7 +153,7 @@ jobs:
|
|||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
source: tests/a.txt,tests/b.txt
|
source: tests/a.txt,tests/b.txt
|
||||||
target: test foobar
|
target: foobar foobar 1234
|
||||||
|
|
||||||
multipleHost:
|
multipleHost:
|
||||||
name: test Multiple Host
|
name: test Multiple Host
|
||||||
|
@ -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
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user