fix: check os version first.

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu 2023-04-09 09:16:15 +08:00
parent 6cd4f0cace
commit 92c6506832

View File

@ -1,4 +1,4 @@
FROM appleboy/drone-scp:1.6.4-linux-amd64
FROM ghcr.io/appleboy/drone-scp:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh