devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.17k stars 351 forks source link

devspace build --push #2858

Open madhavajay opened 1 month ago

madhavajay commented 1 month ago

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.

ddziech commented 1 week ago

How about just devspace build?

devspace build Builds all defined images and pushes them