Corrected output image version.
Some checks reported errors
Home Cluster Builds/Image-ElixirPhoenix-1.11.3/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2023-01-10 10:21:39 +02:00
parent b1182608e7
commit 81aacb11ea

2
cicd/Jenkinsfile vendored
View File

@@ -50,7 +50,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:11.3.3'
sh '/kaniko/executor --dockerfile `pwd`/cicd/'+env.BRANCH_NAME+'/Dockerfile --context `pwd` --destination 192.168.195.195:30000/elixir-phoenix:1.11.3'
}
}
}