push to jfrog

This commit is contained in:
Maharshi Patel 2021-01-10 12:05:01 -08:00
parent 59e475a4ca
commit ebfb10127a

3
Jenkinsfile vendored
View file

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