Commit 1f2549f9 authored by Tejash's avatar Tejash
Browse files

updated docker hub url

Showing with 2 additions and 2 deletions
+2 -2
......@@ -32,11 +32,11 @@ node {
stage('Push image') {
docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') {
docker.withRegistry('https://index.docker.io/v2/', 'dockerhub') {
app.push("${env.BUILD_NUMBER}")
app.push("latest")
}
docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') {
docker.withRegistry('https://index.docker.io/v2/', 'dockerhub') {
claimApp.push("${env.BUILD_NUMBER}")
claimApp.push("latest")
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment