Github: Fix release tag pattern

This commit is contained in:
Matthew Wild 2020-05-13 14:14:27 +01:00
parent 6ccb30867c
commit d948fd3dec
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Docker release image build
on:
push:
tags:
- release/alpha.*
- release/*.*
jobs:
build: