diff --git a/Jenkinsfile b/Jenkinsfile index c28f8cc..8d451e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { steps { echo 'Pushing image to registry' script { - docker.withRegistry(REGISTRY_URL, GITEA_CREDS){ + docker.withRegistry(REGISTRY_URL, 'GITEA_CREDS'){ docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").push() } }