rename default branch to main

This commit is contained in:
Eric Dobbs 2021-01-10 16:11:53 -07:00
parent ad1c5af0d8
commit 2705d760bf
1 changed files with 1 additions and 1 deletions

View File

@ -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'
```