diff --git a/jenkinsfile2 b/jenkinsfile2 index f20b967..bbab570 100644 --- a/jenkinsfile2 +++ b/jenkinsfile2 @@ -15,7 +15,7 @@ node { } stage('Docker Build & Push') { docker.withRegistry('https://registry.hub.docker.com', 'docker') { - def nuestraapp = docker.build("macloujulian/nodejsapp:${gitcommit}", ".") + def nuestraapp = docker.build("estebanortiz/nodejsapp:${gitcommit}", ".") nuestraapp.push() } }