From 8984a6547f539e8d4099190bac89cc74cda4fc14 Mon Sep 17 00:00:00 2001
From: Thibault <thibault@Thibault.home>
Date: Thu, 18 Mar 2021 11:14:29 +0100
Subject: [PATCH] tentative push registry

---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5ea25eb..e155b17 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,6 +33,7 @@ node{
         stage('Push on repo nexus'){
             imageName = 'ikorolia/app'
             registryCredential = 'ikorolia'
+            sh 'docker push ikorolia/dockerregistry:debian:buster       '
         }     
      
 }
-- 
GitLab