diff --git a/.drone.yml b/.drone.yml index 934185f..a1476c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,9 +31,9 @@ steps: tags: ${DRONE_BUILD_NUMBER} - name: docker-save - image: docker - commands: - - docker save -o ${DRONE_BUILD_NUMBER}.tar . + image: docker + commands: + - docker save -o ${DRONE_BUILD_NUMBER}.tar . - name: rancher-deploy image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:12 # 直接用busybox