Skip to content

Commit

Permalink
Fix python3.9 Docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eabatalov committed Jan 16, 2025
1 parent 7be0aad commit 43dd12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_executor_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
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.10-${{ inputs.indexify_version }}
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 }}
Expand Down

0 comments on commit 43dd12c

Please sign in to comment.