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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Docker Layer Caching in GitHub Actions [](https://github.com/satackey/action-docker-layer-caching/actions?query=workflow%3A%22Readme+Test%22)[](https://github.com/satackey/action-docker-layer-caching/actions?query=workflow%3ACI)
2
2
3
3
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.
5
5
6
6
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.
0 commit comments