From d78e719a9182d02b248b0edc4578a1791c5500a6 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 23 Oct 2024 00:29:23 +0200 Subject: [PATCH] Fix typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()