From cd94ebee5161b31f111111a23c091048a747e278 Mon Sep 17 00:00:00 2001 From: tzssangglass Date: Fri, 10 Jan 2025 14:05:46 +0800 Subject: [PATCH] fix(ci): update repository name for datakit filter in WASM filters list Changed the repository name from "Kong/datakit-filter" to "Kong/datakit" in the variables.bzl file to reflect the correct repository structure. releated to: https://github.com/Kong/kong/pull/13922/commits/a2e20ed0c0449e9b562d4e10b67b6f8ac45b8231 Signed-off-by: tzssangglass --- build/openresty/wasmx/filters/variables.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/openresty/wasmx/filters/variables.bzl b/build/openresty/wasmx/filters/variables.bzl index bb665f25fe2..8c8d338fd4c 100644 --- a/build/openresty/wasmx/filters/variables.bzl +++ b/build/openresty/wasmx/filters/variables.bzl @@ -5,7 +5,7 @@ A list of wasm filters. WASM_FILTERS = [ { "name": "datakit-filter", - "repo": "Kong/datakit-filter", + "repo": "Kong/datakit", "tag": "0.1.0", "files": { "datakit.meta.json": "b9f3b6d51d9566fae1a34c0e5c00f0d5ad5dc8f6ce7bf81931fd0be189de205d",