Browse Source

docker

master
zhipeng.hu 1 year ago
parent
commit
664729db9c
  1. 8
      .drone.yml

8
.drone.yml

@ -51,15 +51,15 @@ steps:
# target: [ "test","pre" ] # target: [ "test","pre" ]
- name: rancher-deploy - name: rancher-deploy
privileged: true privileged: true
image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:60 # 直接用busybox
image: registry.cn-hangzhou.aliyuncs.com/hvp/dpr:61 # 直接用busybox
settings: settings:
docker_img: registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:113 docker_img: registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:113
# username: docker-push # username: docker-push
# password: WeWlh6hGYCtxO4r # password: WeWlh6hGYCtxO4r
# registry: https://repository.241210.com # registry: https://repository.241210.com
username: tjqmhu
password: tjqm4912
registry: https://registry.cn-hangzhou.aliyuncs.com
# username: tjqmhu
# password: tjqm4912
# registry: https://registry.cn-hangzhou.aliyuncs.com
when: when:
target: [ "test","pre" ] target: [ "test","pre" ]
Loading…
Cancel
Save