mirror of
https://githubfast.com/appleboy/ssh-action
synced 2024-10-31 15:46:30 +00: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
@ -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
|
||||
|
@ -33,6 +33,7 @@ See [action.yml](./action.yml) for more detailed information.
|
||||
* `debug` - enable debug mode
|
||||
* `use_insecure_cipher` - include more ciphers with use_insecure_cipher (see [#56](https://github.com/appleboy/ssh-action/issues/56))
|
||||
* `cipher` - the allowed cipher algorithms. If unspecified then a sensible
|
||||
* `envs_format` - flexible configuration of environment value transfer. default is `export {NAME}={VALUE}`
|
||||
|
||||
SSH Proxy Setting:
|
||||
|
||||
|
@ -65,6 +65,8 @@ inputs:
|
||||
default: false
|
||||
envs:
|
||||
description: 'pass environment variable to shell script'
|
||||
envs_format:
|
||||
description: 'flexible configuration of environment value transfer'
|
||||
debug:
|
||||
description: 'enable debug mode'
|
||||
default: false
|
||||
|
Loading…
Reference in New Issue
Block a user