Changed IMAGE_TAG output from timestamp-based format to stable git-SHA format to ensure deployment can reliably pull the image that was actually pushed to the registry. Before: IMAGE_TAG="6c7040e-1762265632" (changes with time) After: IMAGE_TAG="git-6c7040e" (stable, matches pushed tag) This fixes deployment manifest not found errors.