I have 3 different environments from same github repo - prod, staging and uat. Two weeks ago, all the 3 environments had distinct GCP’s artifact registry repositories for each environment. But today’s deployment created a SINGLE repository with SINGLE docker image for all 3 environments. This severely affects our workflows that uses distinct images after Qovery’s deployment. Please help revert whatever change was made to keep the repositories separate or help me with a workaround to fix this.
Hello, @gangeshwark
Can you please elaborate on the issue you are facing with the new image naming structure?
Regarding the new structure, if your deployments have different build attributes (like commit sha, build environment variable, etc) it will create a different tag for the image, so in your case it could have created a different tag for each environment.