diff --git a/.drone.yml b/.drone.yml index 7cd616d..45e9c3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,10 @@ kind: pipeline type: docker name: default -docker: - registry: docker.1ms.run + steps: - name: run-hello-script - image: library/alpine # 必须指定基础镜像(如alpine/bash) + image: docker.1ms.run/alpine:latest # 必须指定基础镜像(如alpine/bash) commands: - chmod +x hello.sh - ./hello.sh