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:
2025-03-22 22:39:20 +01:00
parent 3ec18a6964
commit e567bb35c3

View File

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