From 05efd6e5116c7e376642fced21ef1c8a544b26fa Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 20 Dec 2023 13:49:47 +0100 Subject: [PATCH] [#13] Changed credentials id --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8d451e2..c0e9b02 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, 'AMARILLO-JENKINS-GITEA-USER'){ docker.image("${OWNER}/${IMAGE_NAME}:${TAG}").push() } }