Build streaming docker, take 7
This commit is contained in:
parent
a1fb69df0b
commit
51ccef82c9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -104,7 +104,7 @@ pipeline {
|
||||
script {
|
||||
if (env.DOCKER_LATEST == 'true') {
|
||||
sh "docker manifest push $DOCKER_IMAGE:latest"
|
||||
sh "docker manifest push $DOCKER_IMAGE-streaming:latest-streaming"
|
||||
sh "docker manifest push $DOCKER_IMAGE:latest-streaming"
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user