Skip to content

Commit

Permalink
ci: fix docker restart (#360)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
  • Loading branch information
zhuwenxing authored Jun 13, 2024
1 parent 32e3e25 commit aa4084a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
shell: bash
working-directory: deployment/${{ matrix.another_milvus_mode }}
run: |
docker-compose down
yq -i '.services.standalone.image="milvusdb/milvus:${{ matrix.target_image_tag }}"' docker-compose.yml
docker-compose up -d
bash ../../scripts/check_healthy.sh
Expand Down

0 comments on commit aa4084a

Please sign in to comment.