From cc15a69517696e65d9dfeae59045ec7eaf79bb39 Mon Sep 17 00:00:00 2001 From: RohirrimRider <160749165+RohirrimRider@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:38:59 -0500 Subject: [PATCH] fix torrent_ingestor ci (#178) --- .github/workflows/build_torrent_ingester.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_torrent_ingester.yaml b/.github/workflows/build_torrent_ingester.yaml index 856e72f..f397e75 100644 --- a/.github/workflows/build_torrent_ingester.yaml +++ b/.github/workflows/build_torrent_ingester.yaml @@ -10,5 +10,5 @@ jobs: uses: ./.github/workflows/base_image_workflow.yaml secrets: inherit with: - CONTEXT: ./src/producer/ + CONTEXT: ./src/python/torrent_ingestor IMAGE_NAME: knightcrawler-torrent-ingestor