Docker image builds always pull new image

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?

Hi @wolf220 these docs should help - Images | Drone