File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2222 run : |
2323 sed -i 's/\(milvusdb\/milvus:\)[^[:space:]]*/\1${{ inputs.imageTag }}/' deployments/docker/standalone/docker-compose.yml
2424 sed -i 's/\(milvusdb\/milvus:\)[^[:space:]]*/\1${{ inputs.imageTag }}/' deployments/binary/README.md
25- sed -i 's/\(milvusdb\/milvus:\)\( [^[:space:]]\)\( -gpu\) /\1${{ inputs.imageTag }}\3 /' deployments/docker/gpu/standalone/docker-compose.yml
25+ sed -i 's/\(milvusdb\/milvus:\)[^[:space:]]-gpu/\1${{ inputs.imageTag }}-gpu /' deployments/docker/gpu/standalone/docker-compose.yml
2626 sed -i 's/\(milvusdb\/milvus:\)[^[:space:]]*/\1${{ inputs.imageTag }}/' deployments/docker/cluster-distributed-deployment/inventory.ini
2727 git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2828 git config --local user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments