Skip to content

Commit

Permalink
chore(apps/prod/tekton/configs/triggers): tmp disable sync for lt v8.…
Browse files Browse the repository at this point in the history
…x images (#1264)

Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Sep 23, 2024
1 parent 16536dd commit 1da5a48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
&& !
body.event_data.repository.repo_full_name.matches('/package(s)?')
) &&
body.event_data.resources[0].tag.matches('^(master|main|release-[0-9]+[.][0-9]+|v[0-9]+[.][0-9]+[.][0-9]+(-pre)?)(-[0-9a-f]+)?(-(enterprise|failpoint))?$')
body.event_data.resources[0].tag.matches('^(master|main|release-[0-9]+[.][0-9]+|v8[.][0-9]+[.][0-9]+(-pre)?)(-[0-9a-f]+)?(-(enterprise|failpoint))?$')
&&
body.event_data.resources[0].resource_url.startsWith('hub.pingcap.net/')
Expand Down

0 comments on commit 1da5a48

Please sign in to comment.