Merge pull request #1885 from SchrodingersGat/docker-publish
Publish on tags also
This commit is contained in:
commit
6d0b01d0fb
|
|
@ -5,6 +5,7 @@ name: Docker Publish
|
|||
on:
|
||||
release:
|
||||
types: [published]
|
||||
tags: [1-9]+.[0-9]+.[0-9]+
|
||||
|
||||
jobs:
|
||||
publish_image:
|
||||
|
|
|
|||
Loading…
Reference in New Issue