Is it possible to use plugins/docker to build an image and use it in next step without pushing it to my private repository? I’d like to push it only if test succeeds after the build stage.
the docker image is designed to build and push images (see this thread for more context). If this particular image does not meet your needs you have other options, including working directly with docker [1][2], or you could find or create an alternate plugin.