Updated Container name
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 16:02:04 +02:00
parent 5bf4f669d5
commit 6e21f27012

2
cicd/Jenkinsfile vendored
View File

@@ -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'
}
}
}