From 05fb7ad4d8d4b61d014473fa76d66670476be793 Mon Sep 17 00:00:00 2001 From: Jeffrey Vervoort Date: Tue, 16 Apr 2024 17:48:01 +0200 Subject: [PATCH] Enable building of ingest image. --- .github/workflows/registry_upload.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/registry_upload.yml b/.github/workflows/registry_upload.yml index 248d6a10..4a452706 100644 --- a/.github/workflows/registry_upload.yml +++ b/.github/workflows/registry_upload.yml @@ -37,9 +37,9 @@ jobs: - context: ./api/ IMAGE_NAME: api CPU: ["arm64", "amd64"] -# - context: ./ingest/ -# IMAGE_NAME: ingest -# CPU: ["arm64", "amd64"] + - context: ./ingest/ + IMAGE_NAME: ingest + CPU: ["arm64", "amd64"] steps: - name: Checkout repository uses: actions/checkout@v4