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"