changed pubished tag

This commit is contained in:
victorc 2024-10-16 13:11:36 +00:00
parent e35dad3b2a
commit 2285c43736

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ spec:
stage('Build and Push Image with Kaniko') {
steps {
container('kaniko') {
sh '/kaniko/executor --dockerfile=./Dockerfile --context=dir://. --destination=gitea.kubix.siatel.ro/siatel/jenkins-agent:3261.v9c670a_4748a_9-8'
sh '/kaniko/executor --dockerfile=./Dockerfile --context=dir://. --destination=gitea.kubix.siatel.ro/siatel/jenkins-agent:latest-bookworm-jdk17'
}
}
}