fix(ci): Correct tag pattern syntax in release workflow
All checks were successful
Build Latest and dev images / build-container (push) Successful in 58s

This commit is contained in:
Nicolai Ort 2025-03-22 22:39:20 +01:00
parent 3ec18a6964
commit e567bb35c3
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -2,7 +2,7 @@ name: Build release images
on:
push:
tags:
- *.*.*
- "*.*.*"
jobs:
build-container: