mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-05-28 04:52:24 +00:00
chore: update action configuration for greater flexibility (#240)
- 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 fix https://github.com/appleboy/ssh-action/issues/213
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user