I have an image that tests that i run to test my application. So the logic is, I have the version for my application container and my test container. Anytime there's a change in the test or the application the version is incremented. I'm trying to get this version in the first stage and then build my yaml file according this updated version. So how do I dynamically define the yaml file?