You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-12-17 02:38:29 +00:00
chore: update Dockerfile and CI configuration
- Remove unnecessary steps in the `testing` job in `ci.yml` - Update the base image in `Dockerfile` to version 1.6.12 - Change the location of the `entrypoint.sh` file in `Dockerfile` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM ghcr.io/appleboy/drone-scp:1.6.10
|
||||
FROM ghcr.io/appleboy/drone-scp:1.6.12
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
COPY entrypoint.sh /bin/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/bin/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user