Skip to content

Commit ea2b344

Browse files
committed
ci: improvements
1 parent 675c0ea commit ea2b344

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +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)
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:

0 commit comments

Comments
 (0)