test-ssh-docker-2
All checks were successful
SSH 连接测试 / ssh-test (push) Successful in 6m51s

This commit is contained in:
Havoc420Mac 2025-04-05 15:27:08 +08:00
parent 04a8bcb484
commit 876ea27a22

View File

@ -19,4 +19,6 @@ jobs:
port: '22'
script: |
docker pull hello-world
docker stop hello-world || true
docker rm hello-world || true
docker run hello-world