Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 13:01:23 +03:00 committed by GitHub
parent 6c2eb1b73e
commit eab624ccf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -19,6 +19,7 @@ pipeline {
}
}
}
}
stage('Push Docker Image') {
when {
branch 'main'
@ -32,5 +33,5 @@ pipeline {
}
}
}
}
}