From dc1f458c2d1e3911d43cdc530506073a2551ca4b Mon Sep 17 00:00:00 2001 From: Juan Eugenio Abadie Date: Mon, 13 Apr 2020 16:28:22 -0300 Subject: [PATCH] Fix wording on docker-build-with-cache-action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e4dc5..049f260 100644 --- a/README.md +++ b/README.md @@ -386,7 +386,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action) - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) -- [Build And Push Your Docker Images Caching Each Stage To Reduce Building Time](https://github.com/whoan/docker-build-with-cache-action) +- [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) #### Kubernetes