diff --git a/Jenkinsfile b/Jenkinsfile index 020839083..975a04411 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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") } }