Permalink
Showing
with
3 additions
and
2 deletions.
-
+3
−2
Jenkinsfile
|
@@ -47,8 +47,9 @@ node('docker') { |
|
|
sh 'bin/ci-stop.sh' |
|
|
|
|
|
stage 'Push' |
|
|
|
|
|
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-bigfleet") { |
|
|
def maintainer = maintainer() |
|
|
def imagename = imagename() |
|
|
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.