File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -845,14 +845,14 @@ build_ovn_image() {
845845 # store in local registry
846846 if [ " $KIND_LOCAL_REGISTRY " == true ]; then
847847 echo " Pushing built image to local $OCI_BIN registry"
848- $OCI_BIN push " $push_args " " $OVN_IMAGE "
848+ $OCI_BIN push $push_args " $OVN_IMAGE "
849849 fi
850850 # We should push to local registry if image is not remote
851851 elif [ " ${OVN_IMAGE} " != " " -a " ${KIND_LOCAL_REGISTRY} " == true ] && (echo " $OVN_IMAGE " | grep / -vq); then
852852 local local_registry_ovn_image=" localhost:5000/${OVN_IMAGE} "
853853 $OCI_BIN tag " $OVN_IMAGE " $local_registry_ovn_image
854854 OVN_IMAGE=$local_registry_ovn_image
855- $OCI_BIN push " $push_args " " $OVN_IMAGE "
855+ $OCI_BIN push $push_args " $OVN_IMAGE "
856856 fi
857857}
858858
You can’t perform that action at this time.
0 commit comments