mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-21 13:48:26 +00:00
fix: stop pushing tags named after commits
They create too much garabge on Harbor registry. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
06e8af3a46
commit
775d74ed34
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -85,16 +85,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Push') {
|
||||
steps { script {
|
||||
withDockerRegistry([
|
||||
credentialsId: 'harbor-acid-info-private-robot', url: 'https://${DOCKER_REGISTRY}'
|
||||
]) {
|
||||
image.push()
|
||||
}
|
||||
} }
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
when { expression { params.IMAGE_TAG != '' } }
|
||||
steps { script {
|
||||
|
Loading…
x
Reference in New Issue
Block a user