Skip to content

Commit

Permalink
fix(pingcap/tidb-operator): support wide version tag (#1233)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Aug 27, 2024
1 parent 2e80be9 commit 9877383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
value: >-
body.repository.full_name == 'pingcap/tidb-operator'
&&
body.ref.matches('^v[0-9]+[.][0-9]+[.][0-9]+$')
body.ref.matches('^v[0-9]+[.][0-9]+[.][0-9]+(-.+)?$')
bindings:
- ref: github-tag-create
- { name: component, value: $(body.repository.name) }
Expand Down

0 comments on commit 9877383

Please sign in to comment.