Skip to content

Commit 3da0082

Browse files
authored
Update README.md
1 parent 5d4b938 commit 3da0082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Enable Docker Layer Caching by adding only one line.
55
You can use `docker build` and `docker-compose build` with the cache without any special configuration,
66
and there is also support for multi-stage builds.
77

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+
810
```yaml
911
name: Readme Test
1012

0 commit comments

Comments
 (0)