Any way to build image everytime even if there is ...
# 🌱|help-and-getting-started
c
is there a way to build the image everytime when we do garden deploy. Now when there is no change it doesnt build the image rather uses the existing one.
f
Hi @chilly-beard-31233 , you can run the deploy command with the
-force-build
flag.
c
ok but is there any flag which we can set and it will do it automatically?
because we want to do it for specific service only not all of them...
f
No it is currently not possible to disable caching for specific builds.
c
ohh...ok
thank you