mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
fix: modify docker credentials id
Signed-off-by: Memogoz <155709363+Memogoz@users.noreply.github.com>
This commit is contained in:
parent
6b20c7080c
commit
f991c9e2da
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue