a year ago
hello is it possible to update source images of services with variables?
5 Replies
a year ago
it is not
do you guys have plan for these or is there a workaround to dynamicly deploy docker images based on tags
a year ago
we do not have any plans to support specifying the source image as a reference variable.
can you please share your usecase?
6 days ago
I have the same use-case. We build the specific app image using Github actions and push to GHCR. Then I would like to have "ghcr.io/your-org/your-image:{TAG}" as the source image.
Instead my work around right now is to create the environment with skip deploy, then change the source image via graphQL then do a manual deploy. It's a lot of extra work!
It'd be nice if I could just update a variable and then have it re-deploy since it changes the image.