Skip to content

Commit 2550278

Browse files
committed
ci: fix tag naming pattern
Signed-off-by: rizlas <rizlas@users.noreply.github.com>
1 parent 79db332 commit 2550278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Docker Image CI
44
on:
55
push:
66
tags:
7-
- "[0-9]+.[0-9]+.[0-9]+"
7+
- "v[0-9]+.[0-9]+.[0-9]+"
88
workflow_dispatch:
99
inputs:
1010
upstream_tag:

0 commit comments

Comments
 (0)