fix: modify docker credentials id

Signed-off-by: Memogoz <155709363+Memogoz@users.noreply.github.com>
This commit is contained in:
Memogoz 2025-06-17 18:48:15 -06:00 committed by GitHub
parent 6b20c7080c
commit f991c9e2da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -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()
}