jek 2 months ago
parent
commit
6e7434f57b
1 changed files with 0 additions and 12 deletions
  1. 0 12
      .drone.yml

+ 0 - 12
.drone.yml

@@ -27,17 +27,6 @@ steps:
       - name: cache
         path: /cache
 
-  - name: docker-build
-    image: rpi.it5000.com:5000/docker:27
-    settings:
-      tags:
-        - latest
-        - 2.0.${DRONE_BUILD_NUMBER}
-      registry: nas.fast-fun.cn:5000
-      insecure: true
-      repo: nas.fast-fun.cn:5000/zk/zhili-station-server
-
-
   - name: docker-build
     image: rpi.it5000.com:5000/docker:27
     privileged: true
@@ -48,7 +37,6 @@ steps:
       - docker build -t nas.fast-fun.cn:5000/zk/zhili-station-server:2.0.${DRONE_BUILD_NUMBER} -f Dockerfile .
       - docker push nas.fast-fun.cn:5000/zk/zhili-station-server:2.0.${DRONE_BUILD_NUMBER}
 
-
 volumes:
   - name: cache
     host: