Skip to content

Commit 1e7295c

Browse files
authored
ci: fix semver release trigger (#1336)
Signed-off-by: Jan Wozniak <[email protected]>
1 parent 9047390 commit 1e7295c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish official image to GitHub Container Registry
22

33
on:
44
push:
5-
tags: ["v[0-9].[0-9].[0-9]"]
5+
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)