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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ and there is also support for multi-stage builds.
7
7
8
8
This 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
+
11
+
## Example workflow
12
+
10
13
```yaml
11
14
name: Readme Test
12
15
@@ -34,7 +37,10 @@ jobs:
34
37
# which is the process of saving the cache, will be executed.
35
38
```
36
39
37
-
---
40
+
41
+
## Inputs
42
+
43
+
See [action.yml](./blob/master/action.yml) for details
38
44
39
45
By default, the cache is separated by the workflow name.
40
46
You can also set the cache key manually, like the official [actions/cache](https://github.com/actions/cache#usage) action.
0 commit comments