ci: publish containers with new tag format

This commit is contained in:
Dexter 2022-11-30 16:37:05 +00:00
parent c450f57e8d
commit 84814f3476

View File

@ -4,7 +4,7 @@ name: Publish docker containers
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-pre[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-.*'
workflow_dispatch:
inputs: