diff --git a/.github/workflows/tests/EmptyExecutor/manifest.yml b/.github/workflows/tests/EmptyExecutor/manifest.yml index cf81f95..fa586ae 100644 --- a/.github/workflows/tests/EmptyExecutor/manifest.yml +++ b/.github/workflows/tests/EmptyExecutor/manifest.yml @@ -1 +1 @@ -version: 0.5 \ No newline at end of file +version: 0.6 \ No newline at end of file diff --git a/.github/workflows/tests/ImageReader/manifest.yml b/.github/workflows/tests/ImageReader/manifest.yml index 642176f..22e4be8 100644 --- a/.github/workflows/tests/ImageReader/manifest.yml +++ b/.github/workflows/tests/ImageReader/manifest.yml @@ -7,6 +7,6 @@ author: Jina AI Dev-Team (dev-team@jina.ai) url: https://jina.ai vendor: Jina AI Limited documentation: https://github.com/jina-ai/jina-hub -version: 0.0.5 +version: 0.0.6 license: apache-2.0 keywords: [Some keywords to describe the executor, separated by commas] diff --git a/entrypoint.sh b/entrypoint.sh index 155220c..5068653 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,7 +16,7 @@ else echo "targets to build: $FILES" for TAR_PATH in $FILES do - if jina hub build $TAR_PATH --pull --prune-images --test-uses --raise-error; then + if jina hub build $TAR_PATH --pull --prune-images --test-uses --raise-error --daemon; then SUCCESS_TARGETS+=("$TAR_PATH") else FAILED_TARGETS+=("$TAR_PATH")