diff --git a/.drone.yml b/.drone.yml index 02418c8..61421b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ name: default steps: - name: run-hello-script + image: docker.1ms.run/library/alpine # 必须指定基础镜像(如alpine/bash) commands: - chmod +x hello.sh - ./hello.sh