mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-22 06:08:15 +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') {
|
stage('Deploy') {
|
||||||
when { expression { params.IMAGE_TAG != '' } }
|
when { expression { params.IMAGE_TAG != '' } }
|
||||||
steps { script {
|
steps { script {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user