bridge 3 vuotta sitten
vanhempi
commit
f7bcc91af8
2 muutettua tiedostoa jossa 3 lisäystä ja 5 poistoa
  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