I want to use automated build for a public repo.
I pushed and taged the Repo to github.
git add .
git commit -m 'Initial commit'
git tag 2018-4
git push origin master --tags
The next step is to configure the automated build on dockerhub.
Please take a look on my two screenshots and you can see that is an error.
Please see the other two pictures.
I have an old Repo on dockerhub and I can see four tabs and in the new Repo only two tabs. It is very helpfull to see the Dockerfile and Builds.