diff --git a/Jenkinsfile b/Jenkinsfile index a97d3d5..d107a68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -135,8 +135,8 @@ pipeline { steps { script { docker.withRegistry( registryUri, registryCredential ) { - devImage.push("5.0.0-alpha-${env.GIT_HASH}") - deplImage.push("5.0.0-alpha-${env.GIT_HASH}") + devImage.push("5.5.0-alpha-${env.GIT_HASH}") + deplImage.push("5.5.0-alpha-${env.GIT_HASH}") } } } @@ -144,7 +144,7 @@ pipeline { stage('Docker Swarm deployment') { steps { script { - sh "ssh azureuser@docker-swarm 'docker service update di_di --image ghcr.io/datakaveri/di-depl:5.0.0-alpha-${env.GIT_HASH}'" + sh "ssh azureuser@docker-swarm 'docker service update di_di --image ghcr.io/datakaveri/di-depl:5.5.0-alpha-${env.GIT_HASH}'" sh 'sleep 10' } }