Unverified Commit e360052c authored by initsixcloud's avatar initsixcloud Committed by GitHub

Update Jenkinsfile

parent c7f57a92
......@@ -22,7 +22,7 @@ pipeline {
stage('Build docker image') {
steps {
script {
def customImage = docker.build('prawinkorvi/petclinic', "./docker")
def customImage = docker.build('initsixcloud/petclinic', "./docker")
docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') {
customImage.push("${env.BUILD_NUMBER}")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment