Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ pipeline {
steps {
script {
withDockerRegistry(credentialsId: 'docker') {
sh "docker tag starbucks vikas4cloud/starbucks:latest"
sh "docker push vikas4cloud/starbucks:latest"
sh "docker tag starbucks nageshk06/starbucks:latest"
sh "docker push nageshk06/starbucks:latest"
}
}
}
Expand Down