mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
chore: update Dockerfile and action configuration for greater flexibility
- Update base image version from `1.6.12` to `1.6.13` in Dockerfile - Add `envs_format` input with flexible configuration in action.yml - Add a line to README.md pointing to action.yml for more information Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
6268c80dd6
commit
eb7678e937
3 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/appleboy/drone-ssh:1.6.12
|
||||
FROM ghcr.io/appleboy/drone-ssh:1.6.13
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue