Permalink
Browse files
Common push incantation
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
Jenkinsfile
|
@@ -57,9 +57,9 @@ node { |
|
|
|
|
|
stage 'SHIP: Base' |
|
|
|
|
|
docker.withRegistry('https://registry.hub.docker.com/', 'dockerhub-bigfleet') { |
|
|
def baseImg = docker.build('bigfleet/centos7base') |
|
|
baseImg.push('latest') |
|
|
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") { |
|
|
def baseImg = docker.build("$maintainer/$imagename") |
|
|
baseImg.push("$tag") |
|
|
} |
|
|
} |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.