From 22ea300175f6995cf6262d603553bef8263f5809 Mon Sep 17 00:00:00 2001 From: Benny Zlotnik Date: Mon, 7 Aug 2023 10:30:40 +0300 Subject: [PATCH] fix regexp for ovirt-imageio layer Signed-off-by: Benny Zlotnik --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 9e3569061..b9db27ebb 100644 --- a/.bazelrc +++ b/.bazelrc @@ -32,4 +32,4 @@ build --action_env=OVA_PROVIDER_SERVER_IMAGE=quay.io/kubev2v/forklift-ova-provid build --strategy_regexp="Action appliance/libguestfs-appliance.tar"=processwrapper-sandbox # For populator images, we need to use processwrapper sandbox as well -build --strategy_regexp="Action ovirt-populator-image"=processwrapper-sandbox \ No newline at end of file +build --strategy_regexp="RunAndCommitLayer cmd/ovirt-populator/ovirt-imageio-layer-run-layer.tar"=processwrapper-sandbox