diff --git a/Jenkinsfile b/Jenkinsfile
index d1e2088b8f7d4647288d17fa8539c32266181835..f6b4c10088e98e1c298b699d2768503d527bc957 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ node{
             sh 'docker ps'
         }
         stage('Push on repo nexus')
-            docker.withRegistry('127.0.0.1:8083','reg1'){
+            docker.withRegistry('127.0.0.1:8083','reg2'){
                 img.push 'latest'
                 img.push
             }