Browse Source

update drone.yml

tags/v0.0.28
Peter Vivell 6 years ago
parent
commit
d0d1c9ec2b
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      drone.yml

+ 4
- 4
drone.yml View File

@@ -24,7 +24,7 @@ steps:
24 24
   settings:
25 25
     registry: repo.unino.de
26 26
     insecure: false
27
-	#auth: authtoken
27
+    #auth: authtoken
28 28
     username:
29 29
       from_secret: reg-user
30 30
     password:
@@ -32,11 +32,11 @@ steps:
32 32
     repo: repo.unino.de/library/debian-devel
33 33
     #mirror: registry.hub.docker.com/library/busybox
34 34
 
35
-	dry_run: true
35
+    dry_run: true
36 36
 
37 37
 
38 38
     #bip: false
39
-	#context: /drone
39
+    #context: /drone
40 40
     #custom_dns:
41 41
     #storage_driver: aufs # aufs, overlay or vfs
42 42
 
@@ -47,7 +47,7 @@ steps:
47 47
 
48 48
     auto_tag: false
49 49
     auto_tag_suffix: linux-amd64
50
-	force_tag: true
50
+    force_tag: true
51 51
     tags:
52 52
       - latest
53 53
     build_args:

Loading…
Cancel
Save