A branch preview is just linked up to the latest version of the image, and doesn't use tag history.
Need to link this up to have a branch associated with a certain tag which gets updated on any deployment to that branch. Store the commit hash and enforce that being the tag in docker build, and in the image deployment.
A branch preview is just linked up to the latest version of the image, and doesn't use tag history.
Need to link this up to have a branch associated with a certain tag which gets updated on any deployment to that branch. Store the commit hash and enforce that being the tag in docker build, and in the image deployment.