Skip to content
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: 3 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ jobs:
image_uri="${ECR_REGISTRY}/${ECR_REPOSITORY}/knowhere-backend:staging-${short_sha}"
docker run --rm \
--env DATABASE_URL \
--env S3_BUCKET_NAME \
--env S3_TEMP_PATH \
--env TMP_PATH \
--env DB_SSL_MODE=require \
--entrypoint python \
"$image_uri" \
Expand Down
Loading