Skip to content

Commit

Permalink
Remove pushing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchtr committed Nov 13, 2023
1 parent b2c09b4 commit 08fbbd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions scripts/build_components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,6 @@ for dir in "${components_to_build[@]}"; do
--label org.opencontainers.image.source=https://github.com/${namespace}/${repo} \
.

docker pushrm ${full_image_name} | echo "
README was not pushed.
\`docker pushrm\` might not be installed.
To install, run:
\`wget https://github.com/christian-korneck/docker-pushrm/releases/download/v1.9.0/docker-pushrm_linux_amd64 -O /usr/libexec/docker/cli-plugins/docker-pushrm\`
\`chmod +x /usr/libexec/docker/cli-plugins/docker-pushrm\`
And validate by running:
\`docker pushrm --help\`
"

popd

done
2 changes: 1 addition & 1 deletion src/components/text_cleaning/fondant_component.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Text cleaning component
description: Clean text passages
image: text-cleaning-component:latest
image: ghcr.io/ml6team/text_cleaning:dev

consumes:
text:
Expand Down

0 comments on commit 08fbbd2

Please sign in to comment.