File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
docker/ledger-integration-tests Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,6 @@ jobs:
212212 runs-on : ubuntu-latest
213213 permissions :
214214 contents : read
215- packages : read
216215 timeout-minutes : 10
217216 env :
218217 CARGO_INCREMENTAL : 0
@@ -248,13 +247,6 @@ jobs:
248247 shared-key : management-ubuntu-latest-x86_64-unknown-linux-gnu
249248 save-if : false
250249
251- - name : Log in to GitHub Container Registry
252- uses : step-security/docker-login-action@c3e677aae8393bc9c81cfdf9709648720ea4bd4d # v3.6.0
253- with :
254- registry : ghcr.io
255- username : ${{ github.actor }}
256- password : ${{ secrets.GITHUB_TOKEN }}
257-
258250 - name : Start Ledger server
259251 working-directory : docker/ledger-integration-tests
260252 run : |
Original file line number Diff line number Diff line change 1111
1212services :
1313 # Single-node Ledger cluster for integration testing
14- # Uses pre-built canary image from GHCR (built from inferadb/ledger repo)
14+ # Uses pre-built canary image from Docker Hub (built from inferadb/ledger repo)
1515 ledger :
16- image : ghcr.io/ inferadb/ledger:canary
16+ image : inferadb/inferadb- ledger:canary
1717 container_name : inferadb-control-ledger-test
1818 hostname : ledger-server
1919 networks :
You can’t perform that action at this time.
0 commit comments