diff --git a/.drone.yml b/.drone.yml index 35ba602..9aff279 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,22 +30,10 @@ steps: registry: https://registry.cn-hangzhou.aliyuncs.com tags: ${DRONE_BUILD_NUMBER} - - name: push-docker-image - image: allgreed/drone-load-and-store - settings: - archive: docker-image.tar - repo: registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone - username: - from_secret: tjqmhu - password: - from_secret: tjqm4912 - - name: save-image - image: docker + - name: rancher-push + image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:33 # 直接用busybox + settings: + docker_img : registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:${DRONE_BUILD_NUMBER} 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 + - podman ps \ No newline at end of file