Skip to content

Commit

Permalink
Update publish_executor_containers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu authored Feb 3, 2025
1 parent 2329c49 commit 591bdba
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/publish_executor_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,8 @@ jobs:
- run: |
curl -LsSf https://astral.sh/uv/install.sh | sh # install uv
uv pip install --system 'indexify==${{ inputs.indexify_version }}' -U
indexify-cli build-default-image --python-version 3.9
docker tag tensorlake/indexify-executor-default:3.9 tensorlake/indexify-executor-default:3.9-${{ inputs.indexify_version }}
docker push tensorlake/indexify-executor-default:3.9
docker push tensorlake/indexify-executor-default:3.9-${{ inputs.indexify_version }}
indexify-cli build-default-image --python-version 3.10
docker tag tensorlake/indexify-executor-default:3.10 tensorlake/indexify-executor-default:3.10-${{ inputs.indexify_version }}
docker push tensorlake/indexify-executor-default:3.10
docker push tensorlake/indexify-executor-default:3.10-${{ inputs.indexify_version }}
indexify-cli build-default-image --python-version 3.11
docker tag tensorlake/indexify-executor-default:3.11 tensorlake/indexify-executor-default:3.11-${{ inputs.indexify_version }}
docker push tensorlake/indexify-executor-default:3.11
docker push tensorlake/indexify-executor-default:3.11-${{ inputs.indexify_version }}
indexify-cli build-default-image --python-version 3.12
docker tag tensorlake/indexify-executor-default:3.12 tensorlake/indexify-executor-default:3.12-${{ inputs.indexify_version }}
docker push tensorlake/indexify-executor-default:3.12
docker push tensorlake/indexify-executor-default:3.12-${{ inputs.indexify_version }}
indexify-cli build-default-image --python-version 3.13
docker tag tensorlake/indexify-executor-default:3.13 tensorlake/indexify-executor-default:3.13-${{ inputs.indexify_version }}
docker push tensorlake/indexify-executor-default:3.13
docker push tensorlake/indexify-executor-default:3.13-${{ inputs.indexify_version }}
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
indexify-cli build-image examples/pdf_structured_extraction/document_ai_api_version_workflow.py
docker push tensorlake/pdf-blueprint-st
Expand All @@ -78,7 +52,3 @@ jobs:
docker push tensorlake/blueprints-chromadb
docker push tensorlake/blueprint-pdf-structured-extraction
docker push tensorlake/pdf-structured-extraction-inkwell-example
docker push tensorlake/base-image:3.10
docker push tensorlake/base-image:3.11
docker push tensorlake/openai-image:3.10
docker push tensorlake/openai-image:3.11

0 comments on commit 591bdba

Please sign in to comment.