update github actions to auto-build new images

because of course it doesn't just automatically pick them up, gotta have duplicated hard-coded lists everywhere

god i hate github actions
pull/416/head
Mike Lang 1 month ago
parent 0dfc8ea127
commit a16c78f52f

@ -24,19 +24,21 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
component: component:
- downloader
- restreamer
- backfiller - backfiller
- thrimshim - bus_analyzer
- buscribe
- buscribe_api
- chat_archiver
- cutter - cutter
- sheetsync - downloader
- nginx - nginx
- playlist_manager
- postgres - postgres
- restreamer
- segment_coverage - segment_coverage
- playlist_manager - sheetsync
- chat_archiver - thrimshim
- zulip_bots - zulip_bots
- bus_analyzer
steps: steps:
- name: Check out repo - name: Check out repo
uses: actions/checkout@v2 uses: actions/checkout@v2

Loading…
Cancel
Save