1
0

Build streaming docker, take 7

This commit is contained in:
Noa Himesaka 2023-12-29 13:44:29 +09:00
parent a1fb69df0b
commit 51ccef82c9

2
Jenkinsfile vendored
View File

@ -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"
}
}