I want to build image in job1, and save it as artifact for other jobs. This will eliminate the need of building the image in every job.
However I am not sure how can I achieve passing the image between the jobs, as I am not allowed to push the image to any registry. Is it possible?