Browse Source

docker

master
zhipeng.hu 1 year ago
parent
commit
f29082af18
  1. 5
      .drone.yml

5
.drone.yml

@ -34,8 +34,9 @@ steps:
tags: ${DRONE_BUILD_NUMBER} tags: ${DRONE_BUILD_NUMBER}
# when: # when:
# target: [ "test","pre" ] # target: [ "test","pre" ]
commands:
- docker ps
commands:
- docker ps
- docker pull registry.cn-hangzhou.aliyuncs.com/huvipg/test-drone:${DRONE_BUILD_NUMBER}
# - name: rancher-push # - name: rancher-push

Loading…
Cancel
Save