chore(ssh): pass all ENV variables to script (#259)

This commit is contained in:
Bo-Yi Wu 2023-07-23 09:53:20 +08:00 committed by GitHub
parent a01d3ea1df
commit 5ac43dd762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM ghcr.io/appleboy/drone-ssh:1.6.14
FROM ghcr.io/appleboy/drone-ssh:1.7.0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh