GoogleContainerTools / GoogleContainerTools/skaffold
Google cloud build missing cache hit
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
### Expected behavior
I am using `cacheFrom:` and cloud build and I expected that the cache image is used when building
### Actual 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 again `skaffold dev`
I am using
```
tagPolicy:
gitCommit: {}
```
And I suppose it is supported after https://github.com/GoogleContainerTools/skaffold/pull/5903
- Skaffold version: 2.8.0
- Operating system: Linux
- Installed via: skaffold.dev
Contributor guide
Assessment
This issue has not been assessed yet.