mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
fix: tag matching in docker release; remove quote and semver specific
This commit is contained in:
2
.github/workflows/build-and-push-docker.yml
vendored
2
.github/workflows/build-and-push-docker.yml
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user