INFRA-1720: remove dockerhub publishing nightly (#7079)

This commit is contained in:
Ronan Browne 2022-02-22 08:37:15 +00:00 committed by GitHub
parent 470bce8a6b
commit 7658c5a413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,17 +112,6 @@ pipeline {
)
}
}
stage('Publish Nightly to Docker Hub') {
steps {
withCredentials([
usernamePassword(credentialsId: 'corda-publisher-docker-hub-credentials',
usernameVariable: 'DOCKER_USERNAME',
passwordVariable: 'DOCKER_PASSWORD')]) {
sh "./gradlew pushOfficialImages"
}
}
}
}