Following this discussion- Integrate Amazon Elastic Container Registry with Jenkins,
After publishing my image to ECR from Jenkins using a shell script, it works- but another image with empty tag is published each time (with different Digest). Trying to recreate this I created another Repository in the ECR and when the image was published from my local cmd (using the same script) in the new Repository it didn't happen.
Did anyone encountered something similar, or has a suggestion regarding what could cause it?