Explorar el Código

Do docker releases for pushes to release branches (#10330)

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.10.5
zeripath hace 4 años
padre
commit
69f80fd9f6
No account linked to committer's email address
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      .drone.yml

+ 3
- 0
.drone.yml Ver fichero

@@ -580,6 +580,7 @@ depends_on:
trigger:
ref:
- refs/heads/master
- "refs/heads/release/**"
- "refs/tags/**"

steps:
@@ -659,6 +660,7 @@ depends_on:
trigger:
ref:
- refs/heads/master
- "refs/heads/release/**"
- "refs/tags/**"
steps:
- name: fetch-tags
@@ -709,6 +711,7 @@ steps:
trigger:
ref:
- refs/heads/master
- "refs/heads/release/**"
- "refs/tags/**"

depends_on:

Cargando…
Cancelar
Guardar