We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da0082 commit 6a6d631Copy full SHA for 6a6d631
README.md
@@ -37,7 +37,7 @@ jobs:
37
---
38
39
By default, the cache is separated by the workflow name.
40
-You can configure manually cache keys.
+You can also set the cache key manually, like the official [actions/cache](https://github.com/actions/cache#usage) action.
41
42
```yaml
43
- uses: satackey/action-docker-layer-caching@v0.0
@@ -47,4 +47,4 @@ You can configure manually cache keys.
47
foo-docker-cache-
48
```
49
50
-**Note: You must include `{hash}` in the `key` input.** (`{hash}` will be replaced with the hash value of the docker image).
+**Note: You must include `{hash}` in the `key` input.** (`{hash}` is replaced by the hash value of the docker image when the action is executed.)
0 commit comments