From a16c78f52f272730f2a0581e531b2627f5a182e0 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Wed, 23 Oct 2024 16:53:47 +1100 Subject: [PATCH] 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 --- .github/workflows/main.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54de44e..c7238a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,19 +24,21 @@ jobs: fail-fast: false matrix: component: - - downloader - - restreamer - backfiller - - thrimshim + - bus_analyzer + - buscribe + - buscribe_api + - chat_archiver - cutter - - sheetsync + - downloader - nginx + - playlist_manager - postgres + - restreamer - segment_coverage - - playlist_manager - - chat_archiver + - sheetsync + - thrimshim - zulip_bots - - bus_analyzer steps: - name: Check out repo uses: actions/checkout@v2