cdancy/artifactory-rest

Docker PromteImage should allow targetTag to be set

Emilio-Pega opened this issue · 2 comments

The Docker PromteImage logic is missing the ability to set the target tag. This is required when we want to promote a CI build image like 1.0.0-1234 to a final image 1.0.0 without needing to pull, retag, and push the image.

https://www.jfrog.com/confluence/display/JFROG/Docker+Registry

Screenshot from 2020-03-05 07-55-21

@Emilio-Pega v0.9.8 has been released with this change. Thanks for the PR!

Thanks for the quick turnaround @cdancy now onto the rest gradle plugin :)