Build cache: support tag without {{.Run.Registry}} or $Registry
Open
build/cache
buildkit/buildx
enhancement
needs-discussion
- Dominant language
- Go
- Stars
- 41
- Forks
- 45
- Avg merge
- 6h 52m
- Merged PRs (30d)
- 5
Description
For the following build step, as the tag does have registry prefix, the cache is actually skipped. We can consider to cache the image in the `default` registry.
```
- build: -t image:tag .
cache: enabled
```
Contributor guide
Assessment
This issue has not been assessed yet.