I assumed that this method should set the repository tag to 'latest' for the image, but instead it uses the project version. I think if it set tagVersion to 'unspecified' instead of null then it would work as I assumed (of course it could be that this isn't intended, in which case you may want to consider a name change).
I assumed that this method should set the repository tag to 'latest' for the image, but instead it uses the project version. I think if it set
tagVersion
to'unspecified'
instead ofnull
then it would work as I assumed (of course it could be that this isn't intended, in which case you may want to consider a name change).