Add docker-build-with-cache-action

https://github.com/whoan/docker-build-with-cache-action
This commit is contained in:
Juan Eugenio Abadie 2020-04-11 15:08:13 -03:00
parent eca5545edf
commit a21e595c1d

View File

@ -386,6 +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) - [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) - [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) - [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)
#### Kubernetes #### Kubernetes