Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
circle.yml: deploy non-master branches
By default, non-master branches are not deployed on the Docker Hub. With this patch, you can enable this feature by setting the environment variable DEPLOY_BRANCH in the circle configuration. It will not be tagged with the "latest" tag but instead derive the tag from the branch name. Since "/" are not allowed in Docker tag names, all "/" are replaced by "-". When testing code in Scope, I use circle to build the Docker image but I don't want to always use my "master" branch for development.
- Loading branch information