1
0
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:
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 { 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"
} }
} }