Sfoglia il codice sorgente

update

tags/0.0.48^0
Peter Vivell 7 anni fa
parent
commit
f6023d626a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Vedi File

34
     #launch_debug: true
34
     #launch_debug: true
35
     target: builder # Dockerfile build target e.g. builder, debug, production
35
     target: builder # Dockerfile build target e.g. builder, debug, production
36
     dockerfile: Dockerfile
36
     dockerfile: Dockerfile
37
-    auto_tag: false
37
+    auto_tag: true
38
     auto_tag_suffix: -linux-amd64
38
     auto_tag_suffix: -linux-amd64
39
     force_tag: true
39
     force_tag: true
40
     tags: [ latest, builder ]
40
     tags: [ latest, builder ]

Loading…
Annulla
Salva