Skip to content

Commit 00cfda8

Browse files
committed
ci: integration tests fixes
1 parent ffce955 commit 00cfda8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/ledger-integration-tests/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
services:
1313
# Single-node Ledger cluster for integration testing
14+
# Uses pre-built canary image from GHCR (built from inferadb/ledger repo)
1415
ledger:
15-
build:
16-
context: ../../../../ledger
17-
dockerfile: Dockerfile
16+
image: ghcr.io/inferadb/ledger:canary
1817
container_name: inferadb-control-ledger-test
1918
hostname: ledger-server
2019
networks:

0 commit comments

Comments
 (0)