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

Co-authored-by: Lauris BH <lauris@nix.lv>
pull/10341/head
zeripath 2020-02-18 10:24:09 +00:00 committed by GitHub
parent 21e771c41b
commit 69f80fd9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: