From f991c9e2da22a26ab4bde97abb7182114819a8e5 Mon Sep 17 00:00:00 2001 From: Memogoz <155709363+Memogoz@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:48:15 -0600 Subject: [PATCH] fix: modify docker credentials id Signed-off-by: Memogoz <155709363+Memogoz@users.noreply.github.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 622377cd3..6bdb7fe10 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,7 +64,7 @@ pipeline { docker.build(fullImageName, "-f Dockerfile.two .") // Authenticate and push to Docker Hub - docker.withRegistry('https://index.docker.io/v1/', 'dockerhub-credentials') { + docker.withRegistry('https://index.docker.io/v1/', 'dockerhub-token') { docker.image(fullImageName).push() }