devspace icon indicating copy to clipboard operation
devspace copied to clipboard

devspace build --push

Open madhavajay opened this issue 1 year ago • 1 comments

Is your feature request related to a problem?
Yes, I want to build and push images without deploying to a cluster.

Which solution do you suggest?
devspace build --push or something similar

Which alternative solutions exist?
None that I know of, images seem to only be pushed on deploy.

Additional context
Also it seems like the caching fails if the deployment fails which means rebuilding every time I tweak until the deployment works.

madhavajay avatar May 22 '24 07:05 madhavajay

How about just devspace build?

devspace build Builds all defined images and pushes them

ddziech avatar Jun 20 '24 11:06 ddziech