Currently, I'm using DinD but I don't have enable Gitlab container registry in my Gitlab repo to use it in gitlab-ci.
Whenever I'm building a Docker image, it's building the same image from scratch. Therefore, if you don't push a recently build image to the container registry, it's lost at the moment the job ends? There is no way to save it in the host machine or something locally without the need of a container registry?
Maybe not when using Shell executor.
Thanks!