Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dockerhub creds
chubing committed Jan 11, 2022
1 parent 3f3f8bb commit 506dd7d
Showing 1 changed file with 1 addition and 1 deletion.
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")

0 comments on commit 506dd7d

Please sign in to comment.