Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update publish_executor_containers.yaml to add Open AI Container for Open Source Examples #1044

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/publish_executor_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
indexify-cli build-default-image
indexify-cli build-image examples/pdf_document_extraction/images.py
indexify-cli build-image examples/pdf_structured_extraction/workflow.py
indexify-cli build-image examples/tweetsgenerator/workflow.py
docker push tensorlake/indexify-executor-default:3.10
docker push tensorlake/indexify-executor-default:3.11
docker push tensorlake/pdf-blueprint-st
Expand All @@ -39,4 +40,4 @@ jobs:
docker push tensorlake/pdf-blueprint-download
docker push tensorlake/blueprints-chromadb
docker push tensorlake/blueprint-pdf-structured-extraction

docker push tensorlake/openai-image
Loading