Skip to content

Commit

Permalink
Use the standard app-builder image for the various test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Nov 29, 2024
1 parent 08a2ac0 commit 42cceb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
ports:
- 1234:1234
- 9999:9999
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
ports:
- 1234:1234
- 9999:9999
Expand All @@ -195,7 +195,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
ports:
- 1234:1234
- 9999:9999
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/ledgerhq/app-bitcoin-new/speculos-bitcoin:latest
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
ports:
- 1234:1234
- 9999:9999
Expand Down

0 comments on commit 42cceb4

Please sign in to comment.