mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
Fix publish pytest image bug (#5084)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
parent
d82f6d2764
commit
a042090b86
1
.github/workflows/publish-test-images.yaml
vendored
1
.github/workflows/publish-test-images.yaml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
if: success() && github.event_name == 'push' && github.repository == 'milvus-io/milvus'
|
||||
continue-on-error: true
|
||||
shell: bash
|
||||
working-directory: tests/docker
|
||||
run: |
|
||||
docker login -u ${{ secrets.DOCKERHUB_USER }} \
|
||||
-p ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user