Skip to content

Commit cba3b8b

Browse files
ci: use ydb trunk image for e2e (#880)
1 parent 2cecddd commit cba3b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
services:
5555
backend:
56-
image: cr.yandex/yc/yandex-docker-local-ydb:23.1
56+
image: ghcr.io/ydb-platform/local-ydb:nightly
5757
ports:
5858
- 2135:2135
5959
- 8765:8765

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For API reference, open Swagger UI on http://localhost:8765/viewer/api/.
4141
Image `cr.yandex/yc/yandex-docker-local-ydb` corresponds to `:latest` tag. It's the latest stable ydb version.
4242

4343
To test new features, you can use ydb version that is currently in testing mode with `cr.yandex/yc/yandex-docker-local-ydb:edge` image
44-
or use a build from `main` brunch with `ghcr.io/ydb-platform/local-ydb:trunk` image.
44+
or use a build from `main` brunch with `ghcr.io/ydb-platform/local-ydb:nightly` image.
4545
Also you can set specific version like `cr.yandex/yc/yandex-docker-local-ydb:23.1`
4646

4747
### Custom configuration in dev mode with .env file

0 commit comments

Comments
 (0)