fix: tag matching in docker release; remove quote and semver specific

This commit is contained in:
Christian Benincasa
2024-07-17 15:16:58 -04:00
parent d6e0c65239
commit 0c450713e1

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'v*'
- v[0-9]+.[0-9]+.[0-9]+
schedule:
- cron: '0 13-21/2 * * MON-FRI' # every hour, during working hours (UTC)