Can not able to see tags or images built from automated build

Objective:- To setup an automated build system so that whenever i push something on my repository on bitbucket i should have my docker image ready with the updated artifacts.

Steps Followed:-

  1. Connected my bitbucket account to docker hub account with full permissions.

  2. Created an automated build rule so that it will be triggered as soon as i pushes a new commit on my repository having master branch

  3. When i pushed the commit, it successfully triggered the auto-build process and the build was generated successfully as well (as it is showing in the build section)

  4. Now when i checked the tags section, i am not able to see any image built.

So this is my concern. How would i see the list automated image created so that i can pull them on my other systems as well?

Thanks
Piyush