From 2705d760bf139c9ef987d651c65216319c33e44a Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Sun, 10 Jan 2021 16:11:53 -0700 Subject: [PATCH] rename default branch to main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcaa111..707b449 100644 --- a/README.md +++ b/README.md @@ -64,5 +64,5 @@ The repos in Dockerhub and GitHub are configured to automatically build new tags Invoke Dockerhub and GitHub integration. ``` bash git tag -am "" '1.0.2-pre-0217' -git push --atomic origin master '1.0.2-pre-0217' +git push --atomic origin main '1.0.2-pre-0217' ```