Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-13 16:29:39 +02:00 committed by GitHub
parent bd2b84f628
commit 34a5cdedfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline{
steps {
script{
docker.withRegistry('https://registry.hub.docker.com', 'docker_hub_login') {
app.push("${GIT_COMMIT[0..7]})
app.push("${GIT_COMMIT[0..7]}")
app.push("latest")
}
}