diff --git a/build b/build index e292518..2bade0c 100755 --- a/build +++ b/build @@ -11,7 +11,20 @@ cd "$(dirname "$(realpath "$0")")" # Pass PUSH=true to also push the resulting images, or PUSH=latest to push them as :latest tag # The different images we can build -COMPONENTS=(downloader restreamer backfiller thrimshim cutter sheetsync nginx postgres segment_coverage playlist_manager chat_archiver graphs) +COMPONENTS=( + backfiller + chat_archiver + cutter + downloader + graphs + nginx + playlist_manager + postgres + restreamer + segment_coverage + sheetsync + thrimshim +) # Define push if not already defined PUSH=${PUSH:-}