Skip to content

Commit 64f0357

Browse files
authored
Update README.md
1 parent d240958 commit 64f0357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docker Layer Caching in GitHub Actions [![Readme Test status is unavailable](https://github.com/satackey/action-docker-layer-caching/workflows/Readme%20Test/badge.svg)](https://github.com/satackey/action-docker-layer-caching/actions?query=workflow%3A%22Readme+Test%22) [![CI status is unavailable](https://github.com/satackey/action-docker-layer-caching/workflows/CI/badge.svg)](https://github.com/satackey/action-docker-layer-caching/actions?query=workflow%3ACI)
22

33
Enable Docker Layer Caching by adding a single line in GitHub Actions.
4-
This GitHub Action speeds up the building of docker images in your GitHub Action workflow.
4+
This GitHub Action speeds up the building of docker images in your GitHub Actions workflow.
55

66
You can run `docker build` and `docker-compose build` in your GitHub Actions workflow using the cache with no special configuration, and it also supports multi-stage builds.
77

0 commit comments

Comments
 (0)