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:-
-
Connected my bitbucket account to docker hub account with full permissions.
-
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
-
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)
-
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