Update develop/dev-best-practices.md

commted your suggestion

Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
ajay143444
2020-04-20 16:12:58 +05:30
committed by GitHub
parent 5f8cedaf5a
commit 60132211b6

View File

@@ -81,7 +81,7 @@ keep image size small:
## Use CI/CD for testing and deployment
- When you check-in a change into source control or create a pull request, use
- When you check-in a change to 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.