diff --git a/Jenkinsfile b/Jenkinsfile index fb36ea2..35ba55a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { """ } post { - sucess { + success { script { docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") { app.push()