Docker tag should point to most recently created build

We had an instance when a docker tag pointed to the most recently built image as opposed to the most recently created image.

  image  | created | built

image1 | 10:00am | 11:00am
image2 | 9:00am | 11:30am

the tag pointed to image2