Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tibuild): fix src image checking regexp (#233)
This pull request includes a modification to the regular expression used to match source image URLs in the `artifact_helper.go` file. The change expands the scope of acceptable URLs to include additional domains. Changes to regular expression: * [`tibuild/pkg/rest/service/artifact_helper.go`](diffhunk://#diff-8952fb6234b7e7797b74c5ddf576757ece54b503266c7c71a80fb4b726431b24L48-R48): Updated the `source_image_reg` regular expression to match URLs from `qa`, `pingcap`, and `tikv` domains. --------- Signed-off-by: wuhuizuo <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
- Loading branch information