Explorar el Código

更新 '.drone.yml'

rentianliang hace 2 años
padre
commit
cde657175b
Se han modificado 1 ficheros con 1 adiciones y 9 borrados
  1. 1 9
      .drone.yml

+ 1 - 9
.drone.yml

@@ -8,15 +8,7 @@ steps:
   - name: 镜像打包
     pull: if-not-exists
     image: plugins/docker
-    settings:
-      #dockerfile: ./docker/ 默认根目录
-      repo: harbor.sxidc.com/ywzx/${DRONE_REPO_NAME//_/-}
-      registry: harbor.sxidc.com
-      tags: ${DRONE_COMMIT_BRANCH/master/latest}
-      username:
-        from_secret: harbor_username
-      password:
-        from_secret: harbor_password
+
 trigger:
   branch:
     - master