update dockerfile: use pre build alpine img
Some checks are pending
testing main branch / default-user-name-password (push) Waiting to run
testing main branch / check-ssh-key (push) Waiting to run
testing main branch / support-key-passphrase (push) Waiting to run
testing main branch / multiple-server (push) Waiting to run
testing main branch / support-ed25519-key (push) Waiting to run
testing main branch / testing-with-env (push) Waiting to run
testing main branch / testing ipv6 (push) Waiting to run
testing main branch / some special character (push) Waiting to run
testing main branch / testing-capturing-output (push) Waiting to run
testing main branch / testing-script-stop (push) Waiting to run
testing main branch / testing-script-error (push) Waiting to run
testing stable version / default-user-name-password (push) Waiting to run
testing stable version / check-ssh-key (push) Waiting to run
testing stable version / support-key-passphrase (push) Waiting to run
testing stable version / multiple-server (push) Waiting to run
testing stable version / support-ed25519-key (push) Waiting to run
testing stable version / testing-with-env (push) Waiting to run

This commit is contained in:
王德培 2025-06-17 16:47:20 +08:00
parent 9e937cdcef
commit a91b627746
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -39,7 +39,7 @@ if [[ "${INPUT_CURL_INSECURE}" == 'true' ]]; then
INSECURE_OPTION="--insecure" INSECURE_OPTION="--insecure"
fi fi
DOWNLOAD_URL="https://code.cemeta.cn/mirroractions/ssh-action/raw/branch/main/drone-ssh-1.8.1-linux-amd64" DOWNLOAD_URL="https://resource-cdn.cemeta.cn/do_not_delete/development/drone-ssh-1.8.1-linux-amd64"
curl -fsSL --retry 5 --keepalive-time 2 ${INSECURE_OPTION} "${DOWNLOAD_URL}" -o "${TARGET}" curl -fsSL --retry 5 --keepalive-time 2 ${INSECURE_OPTION} "${DOWNLOAD_URL}" -o "${TARGET}"
chmod +x "${TARGET}" chmod +x "${TARGET}"