Using CircleCI Workflows to Replicate Docker Hub Automated Builds
December 18, 2018
CircleCI workflows is a powerful feature that can be used to make your deployment process simple and intuitive. In this article, we will learn how to use them to automatically push images to the Docker registry, just like Docker Hub’s own automated build process, but with all of the customization…