Using custom base docker image

I created a custom base docker image (using the the base image from balenalib hub)
I want to add this docker to be build when building my project, and other services to use it.
Means, this docker won’t be service, just will be build and uses by other Dockerfiles.

Build this docker locally and use it is not possible when using livepush.
Is there any support for it ?