bridge 3 年之前
父節點
當前提交
f7bcc91af8
共有 2 個文件被更改,包括 3 次插入5 次删除
  1. 2 4
      .drone.yml
  2. 1 1
      Dockerfile

+ 2 - 4
.drone.yml

@@ -38,11 +38,9 @@ steps:
       tags:
         - latest
         - 1.0.${DRONE_BUILD_NUMBER}
-      registry: rpi.it5000.com:5000
+      registry: nas.fast-fun.cn:5000
       insecure: true
-      repo: rpi.it5000.com:5000/tg-ui
-      mount:
-        - /var/lib/docker
+      repo: nas.fast-fun.cn:5000/zhl/pdms-oss-ui
 
 volumes:
   - name: cache

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM rpi.it5000.com:5000/nginx:alpine
+FROM nas.fast-fun.cn:5000/nginx:alpine
 
 ADD default.conf /etc/nginx/conf.d/
 ADD dist /usr/share/nginx/html