Revert registry local debug value

Signed-off-by: Joseph <jvaikath@redhat.com>
This commit is contained in:
Joseph
2025-10-16 12:29:59 -04:00
committed by Tiger Kaovilai
parent db2193c53a
commit 87dbc16b0a

View File

@@ -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"