We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at the docs and the source code for the promote_docker_image method, it doesnt look like the "targetTag" variable is supported as per https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-PromoteDockerImage
We should be able to specify target tags similar to the JFROG API via this library , for example
path.promote_docker_image("docker-local", "docker-release-candidate", "my-application", "0.5.1", target_tag="0.5.1-RC1")
The text was updated successfully, but these errors were encountered:
I think this was added only in the latest version of API
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Looking at the docs and the source code for the promote_docker_image method, it doesnt look like the "targetTag" variable is supported as per https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-PromoteDockerImage
We should be able to specify target tags similar to the JFROG API via this library , for example
path.promote_docker_image("docker-local", "docker-release-candidate", "my-application", "0.5.1", target_tag="0.5.1-RC1")
The text was updated successfully, but these errors were encountered: