Branches filter is a glob pattern, not a regex

This commit is contained in:
Frederik Ring 2023-04-02 11:46:06 +02:00
parent 7f20036b15
commit 27c2201161

View File

@ -2,7 +2,7 @@ name: Release Docker Image
on:
push:
tags: ^v.*
tags: v**
jobs:
push_to_registries: