diff --git a/.drone.yml b/.drone.yml index 03ac939..f15fa24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,8 +30,12 @@ steps: registry: https://registry.cn-hangzhou.aliyuncs.com tags: ${DRONE_BUILD_NUMBER} + - name: save-image + image: docker + commands: + - docker save -o myimage.tar registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:${DRONE_BUILD_NUMBER} - - name: rancher-push - image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:30 # 直接用busybox - settings: - docker_img : registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:${DRONE_BUILD_NUMBER} \ No newline at end of file +# - name: rancher-push +# image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:30 # 直接用busybox +# settings: +# docker_img : registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:${DRONE_BUILD_NUMBER} \ No newline at end of file