Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 16:30:46 +03:00 committed by GitHub
parent 062540655d
commit 5e1fdddfd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -32,7 +32,7 @@ pipeline {
} }
steps { steps {
script { script {
docker.withRegistry('https://registry.hub.docker.com', 'Docker_Hub_sprientera') { docker.withRegistry('https://registry.hub.docker.com', 'Docker_Hub') {
app.push("${env.BUILD_NUMBER}") app.push("${env.BUILD_NUMBER}")
app.push("latest") app.push("latest")
} }