From 87dbc16b0aeb7291e44b1affd33b0c8a8dcbb5eb Mon Sep 17 00:00:00 2001 From: Joseph Date: Thu, 16 Oct 2025 12:29:59 -0400 Subject: [PATCH] Revert registry local debug value Signed-off-by: Joseph --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55069d0ae..82129623d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ BIN ?= velero PKG := github.com/vmware-tanzu/velero # Where to push the docker image. -REGISTRY ?= quay.io/rh_ee_jvaikath/velero-play +REGISTRY ?= velero # In order to push images to an insecure registry, follow the two steps: # 1. Set "INSECURE_REGISTRY=true" # 2. Provide your own buildx builder instance by setting "BUILDX_INSTANCE=your-own-builder-instance"