mirror of
https://github.com/funamitech/mastodon
synced 2024-11-23 14:46:52 +09:00
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 {
|
script {
|
||||||
if (env.DOCKER_LATEST == 'true') {
|
if (env.DOCKER_LATEST == 'true') {
|
||||||
sh "docker manifest push $DOCKER_IMAGE:latest"
|
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