Open johncloudd opened 1 year ago
name: Deploy to jfrog run: | jf docker tag ff9697bb6132 superclient.jfrog.io/docker-trial/docker-trial/python_app:latest jf docker push superclient.jfrog.io/artifactory/docker-trial/python_app:latest
I am using the code above to push a docker image
@johncloudd, This space is dedicated to questions, issues and discussions in regards to the JFrog IDEA Plugin. Feel free to post questions related to JFrog CLI under github.com/jfrog/jfrog-cli Thanks!
Error: 0 [Error] Get "api/system/version": unsupported protocol scheme "" Error: Process completed with exit code 1.
I am getting the error above when I try to push docker image to jfrog repository. How do I solve this problem?