Skip to content

Commit 88ec852

Browse files
committed
fix password var
1 parent 233345d commit 88ec852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
docker run -d --name mssql-vector-test \
110110
-e ACCEPT_EULA=Y \
111-
-e MSSQL_SA_PASSWORD=StrongPreviewPass1! \
111+
-e SA_PASSWORD=StrongPassword! \
112112
-p 1433:1433 \
113113
${{ secrets.MSSQL_VECTOR_REGISTRY }}/mssql-sql2025-ctp1-3-release/mssql-server-rhel9:17.0.400.5_4
114114

0 commit comments

Comments
 (0)