Skip to content

Commit fd479e6

Browse files
committed
ci: fix tag naming pattern
1 parent bb43000 commit fd479e6

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)