From fa48d68d07ed15146946910258bb30a1bd6e2b1c Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Tue, 14 Nov 2023 13:43:58 +0100 Subject: [PATCH] Enable labels --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3d1d29e..21a568b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,5 +32,4 @@ jobs: pip install fondant[docker] - name: Build components - #run: ./scripts/build_components.sh -r ghcr.io -n ml6team -t $GITHUB_SHA --label org.opencontainers.image.source="https://github.com/ml6team/fondant-usecase-RAG" - run: ./scripts/build_components.sh -r ghcr.io -n ml6team -t $GITHUB_SHA + run: ./scripts/build_components.sh -r ghcr.io -n ml6team -t $GITHUB_SHA --label org.opencontainers.image.source="https://github.com/ml6team/fondant-usecase-RAG"