Currently, in the containerised step group, the images pinned for CI are not respected, and for tasks like git clone, it uses a random image version of git clone.
Here, we want the containerised step group in the CD/Custom stage should also obey the image pinned for CI and use the same images.
Example use case - Google Cloud Run deployment.
Created by Abhishek
·