From 6e21f2701262c21f53ad256ab6019e96d494ce76 Mon Sep 17 00:00:00 2001 From: Sciocatti Date: Tue, 10 Jan 2023 16:02:04 +0200 Subject: [PATCH] Updated Container name --- cicd/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/Jenkinsfile b/cicd/Jenkinsfile index dc6f2d6..c9ea8de 100644 --- a/cicd/Jenkinsfile +++ b/cicd/Jenkinsfile @@ -46,7 +46,7 @@ spec: stage('Docker Build and Push') { steps { container("kaniko") { - sh '/kaniko/executor --dockerfile `pwd`/cicd/'+env.BRANCH_NAME+'/Dockerfile --context `pwd` --destination 192.168.195.195:30000/elixir-phoenix:1.11.3-amd64' + sh '/kaniko/executor --dockerfile `pwd`/cicd/'+env.BRANCH_NAME+'/Dockerfile --context `pwd` --destination 192.168.195.195:30000/elixir-phoenix-amd64:1.11.3' } } }