Open bhack opened 1 year ago
/cc @briandealwis for https://github.com/GoogleContainerTools/skaffold/pull/5903
P.s. same configuration but with the local build it works, the cache hit.
Are we forced to use https://github.com/GoogleContainerTools/skaffold/issues/5004 to reuse intermediate steps on GCB?
Expected behavior
I am using
cacheFrom:
and cloud build and I expected that the cache image is used when buildingActual behavior
The image often is not found and so t is going to rebuild again from scratch also if not going to change the commit at all.
Information
skaffold dev
After I close skaffold the image is rebuilt again and I run againskaffold dev
I am usingAnd I suppose it is supported after https://github.com/GoogleContainerTools/skaffold/pull/5903