From 5f8cedaf5a9fab3f1c5ff2eee49f68b49a9fbb98 Mon Sep 17 00:00:00 2001 From: ajay143444 Date: Mon, 20 Apr 2020 15:25:10 +0530 Subject: [PATCH] changed check to check-in corrected line 84 by changing check to check-in --- develop/dev-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/dev-best-practices.md b/develop/dev-best-practices.md index 5c5c58d730..3d8c9200d0 100644 --- a/develop/dev-best-practices.md +++ b/develop/dev-best-practices.md @@ -81,7 +81,7 @@ keep image size small: ## Use CI/CD for testing and deployment -- When you check a change into source control or create a pull request, use +- When you check-in a change into source control or create a pull request, use [Docker Hub](/docker-hub/builds/index.md) or another CI/CD pipeline to automatically build and tag a Docker image and test it.