ci(github): renew trigger definition

There is an update in workflow syntax docs
https://help.github.com/en/articles/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
This commit is contained in:
Fahmi Akbar Wildana 2019-10-07 02:43:28 +07:00
parent 8a6a688131
commit 8bd035f51d
No known key found for this signature in database
GPG key ID: 86D1FDF35E9D3807

View file

@ -2,7 +2,7 @@ name: Publish consumable Docker images
on:
push:
tags: ['*.*.*']
tags: ['v?[0-9]+.[0-9]+.[0-9]+*']
jobs:
compile: