Skip to content

Commit cf223c3

Browse files
Update docker image in tests.yml (#245)
1 parent 79e3315 commit cf223c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
dotnet-target-framework: net7.0
4848
services:
4949
ydb:
50-
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
50+
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
5151
ports:
5252
- 2135:2135
5353
- 2136:2136
@@ -87,7 +87,7 @@ jobs:
8787
dotnet-target-framework: net7.0
8888
services:
8989
ydb:
90-
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
90+
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
9191
ports:
9292
- 2135:2135
9393
- 2136:2136
@@ -127,7 +127,7 @@ jobs:
127127
dotnet-target-framework: net7.0
128128
services:
129129
ydb:
130-
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
130+
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
131131
ports:
132132
- 2135:2135
133133
- 2136:2136
@@ -168,7 +168,7 @@ jobs:
168168
dotnet-target-framework: net7.0
169169
services:
170170
ydb:
171-
image: cr.yandex/yc/yandex-docker-local-ydb:${{ matrix.ydb-version }}
171+
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
172172
ports:
173173
- 2135:2135
174174
- 2136:2136

0 commit comments

Comments
 (0)