Skip to content

Commit e32f52e

Browse files
committed
.
Signed-off-by: Yellow Shine <[email protected]>
1 parent e59088b commit e32f52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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]"

0 commit comments

Comments
 (0)