Switch Woodpecker SSH step to plugins/ssh image
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
昔念
2026-04-18 13:22:44 +08:00
parent de3ae0bca2
commit 4e1a9a815f

View File

@@ -158,7 +158,7 @@ steps:
depends_on: # 子元素缩进4个空格
- build_logic # depends_on内的项缩进6个空格
start-login-logic:
image: docker.m.daocloud.io/appleboy/drone-ssh:1.6.2
image: docker.m.daocloud.io/plugins/ssh:latest
depends_on: [scp-exe-to-servers]
settings: # 子元素缩进4个空格
host: *ssh_host