I set up a pipeline to build a new docker container whenever I push to the repo. the builds work fine, but the image gets pulled each time the pipeline is run. How do I set the pipeline to use an existing image (node in this case) when building the new image?