Skip to content

4.4.1 #9

merged 17 commits into from Mar 8, 2022
Prev Previous commit
Next Next commit
Dockerhub creds
chubing committed Jan 11, 2022
commit 506dd7d6485ea6e5ee06d058827631eb70b02233
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -69,7 +69,7 @@ pipeline {
stage ('Push') {
steps {
script {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-tier") {
def baseImg = docker.image("$maintainer/$imagename:$tag")
baseImg.push("$tag")