From 30e7c25163331c2fb833070e2050b92eff331134 Mon Sep 17 00:00:00 2001 From: pscott Date: Fri, 18 Jun 2021 14:26:20 +0200 Subject: [PATCH] Change to ledgerhq ghcr.io --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index ead82eb..86d7288 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/jibeee/ledger-app-builder/ledger-app-builder:2.0.0-1 + image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:2.0.0-1 steps: - name: Clone