summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/redis/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/workloads/redis/BUILD')
-rw-r--r--benchmarks/workloads/redis/BUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/workloads/redis/BUILD b/benchmarks/workloads/redis/BUILD
index 83f3c71a0..eb0fb6165 100644
--- a/benchmarks/workloads/redis/BUILD
+++ b/benchmarks/workloads/redis/BUILD
@@ -1,10 +1,12 @@
+load("@rules_pkg//:pkg.bzl", "pkg_tar")
+
package(
default_visibility = ["//benchmarks:__subpackages__"],
licenses = ["notice"],
)
-filegroup(
- name = "files",
+pkg_tar(
+ name = "tar",
srcs = [
"Dockerfile",
],