ci043-add-jenkins-ci #13

Merged
jared merged 36 commits from ci043-add-jenkins-ci into development 2025-06-25 16:40:38 +02:00
Showing only changes of commit 62bca02625 - Show all commits

4
Jenkinsfile vendored
View File

@@ -46,8 +46,8 @@ pipeline {
stage('Push image in gitea registry') { stage('Push image in gitea registry') {
steps { steps {
docker.withRegistry(${ REGISTRY }, 'docker-login') { docker.withRegistry("${ REGISTRY }", 'docker-login') {
docker.build(${ IMAGE }).push('latest') docker.build("${ IMAGE }").push('latest')
} }
} }
} }