We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233345d commit 88ec852Copy full SHA for 88ec852
.github/workflows/ci-pipeline.yaml
@@ -108,7 +108,7 @@ jobs:
108
run: |
109
docker run -d --name mssql-vector-test \
110
-e ACCEPT_EULA=Y \
111
- -e MSSQL_SA_PASSWORD=StrongPreviewPass1! \
+ -e SA_PASSWORD=StrongPassword! \
112
-p 1433:1433 \
113
${{ secrets.MSSQL_VECTOR_REGISTRY }}/mssql-sql2025-ctp1-3-release/mssql-server-rhel9:17.0.400.5_4
114
0 commit comments