Skip to content

Commit 13b52d7

Browse files
committed
calculate-cache.sh: mention response cache file
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
1 parent 081f698 commit 13b52d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/calculate-cache.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# 1. extracts `runs_on` and `template` from workflow file (.github/workflows/test.yml)
1212
# 2. check each template for image and nerdctl
1313
# 3. detect size of image and nerdctl (responses from remote are cached for faster iteration)
14+
# save the response in .calculate-cache-response-cache.yaml
1415
# 4. print content size, actual cache size (if available), by cache key
1516
#
1617
# The major differences for reducing cache usage are as follows:

0 commit comments

Comments
 (0)