Skip to content

Commit

Permalink
Update label usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchtr committed Nov 14, 2023
1 parent cc604b3 commit 0aeae9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- 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 --label org.opencontainers.image.source=https://github.com/ml6team/fondant-usecase-RAG
3 changes: 1 addition & 2 deletions scripts/build_components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ for dir in "${components_to_build[@]}"; do

full_image_name=${registry}/${namespace}/${BASENAME}:${tag}
echo "Tagging image as $full_image_name"
fondant build $dir -t $full_image_name --nocache "${labels[@]/#/--label }"

fondant build $dir -t $full_image_name --nocache ${labels[@]/#/--label }
popd
done

0 comments on commit 0aeae9e

Please sign in to comment.