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:
Jakub Sokołowski 2024-05-20 18:10:18 +02:00
parent 06e8af3a46
commit 775d74ed34
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 0 additions and 10 deletions

10
Jenkinsfile vendored
View File

@ -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 {