You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ You can run `docker build` and `docker-compose build` in your GitHub Actions wor
7
7
8
8
This GitHub Action uses the [docker save](https://docs.docker.com/engine/reference/commandline/save/) / [docker load](https://docs.docker.com/engine/reference/commandline/load/) command and the [@actions/cache](https://www.npmjs.com/package/@actions/cache) library.
9
9
10
+
## ⚠️ **Deprecation Notice for `v0.0.4` and older** ⚠️
11
+
12
+
The author had not taken into account that a large number of layers would be cached,
13
+
so those versions processes all layers in parallel. ([#12](https://github.com/satackey/action-docker-layer-caching/issues/12))
14
+
**Please update to version `v0.0.5` with limited concurrency to avoid overloading the cache service.**
10
15
11
16
## Example workflows
12
17
@@ -30,11 +35,11 @@ jobs:
30
35
# In this step, this action saves a list of existing images,
31
36
# the cache is created without them in the post run.
0 commit comments