diff --git a/Jenkinsfile b/Jenkinsfile index 84c424e..30491a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -130,8 +130,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}") } } } @@ -139,7 +139,7 @@ pipeline { stage('Docker Swarm deployment') { steps { script { - sh "ssh azureuser@docker-swarm 'docker service update gis_gis --image ghcr.io/datakaveri/gis-depl:5.0.0-alpha-${env.GIT_HASH}'" + sh "ssh azureuser@docker-swarm 'docker service update gis_gis --image ghcr.io/datakaveri/gis-depl:5.5.0-alpha-${env.GIT_HASH}'" sh 'sleep 10' } }