Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6d1fc191a8 | ||
|
233f762873 | ||
|
b3f8d37ead |
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
- package-ecosystem: gomod
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
@@ -1,4 +1,4 @@
|
||||
FROM appleboy/drone-scp:1.6.3-linux-amd64
|
||||
FROM appleboy/drone-scp:1.6.4-linux-amd64
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
@@ -2,8 +2,6 @@
|
||||
|
||||
[GitHub Action](https://github.com/features/actions) for copying files and artifacts via SSH.
|
||||
|
||||

|
||||
|
||||
[](https://github.com/appleboy/scp-action/actions)
|
||||
|
||||
**Important**: Only support **Linux** [docker](https://www.docker.com/) container.
|
||||
|
Reference in New Issue
Block a user