Skip to content

Commit 45c807d

Browse files
authored
Update README.md
1 parent 6a6d631 commit 45c807d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and there is also support for multi-stage builds.
77

88
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.
99

10+
11+
## Example workflow
12+
1013
```yaml
1114
name: Readme Test
1215

@@ -34,7 +37,10 @@ jobs:
3437
# which is the process of saving the cache, will be executed.
3538
```
3639

37-
---
40+
41+
## Inputs
42+
43+
See [action.yml](./blob/master/action.yml) for details
3844

3945
By default, the cache is separated by the workflow name.
4046
You can also set the cache key manually, like the official [actions/cache](https://github.com/actions/cache#usage) action.

0 commit comments

Comments
 (0)