revert push to jfrog

This commit is contained in:
Maharshi Patel 2021-01-10 12:12:46 -08:00
parent ebfb10127a
commit a7bea98c1d

3
Jenkinsfile vendored
View file

@ -32,9 +32,6 @@ pipeline {
docker.withRegistry('' , 'dockerhub') {
dockerImage.push()
}
docker.withRegistry('' , 'jfrog') {
dockerImage.push()
}
}
}
}