From 42cceb4494a644d2b68bb687923a4e2f352aba32 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:34:22 +0000 Subject: [PATCH] Use the standard app-builder image for the various test suites --- .github/workflows/ci-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 73f454609..9b22b52e5 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -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 @@ -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 @@ -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 @@ -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