How to setup multiple CI/CD pipeline for one private repository in multiple cintainer image in a Docker-Hub

Jenkins version 2.452

I have only one Docker Hub private repository and multiple container images. I want to run multiple CI/CD pipelines on this repository, but I want only those container images whose CI pipelines are executed and store the container image in Docker Hub to be used in CD pipelines. The rest of the container images should remain untouched. How can I achieve this in Jenkins CI/CD pipeline?