Publish all tags as docker images (#5086)

No tags except latest were published because tags no longer contain leading `v`
This commit is contained in:
Tomáš Fejfar 2021-01-04 15:13:23 +01:00 committed by GitHub
parent e1c89d17f6
commit 3611457cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ on:
# Publish `v1.2.3` tags as releases.
tags:
- v*
- *
jobs:
publish_images: