File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
DEVNET_VERSION : " 0.1.2"
6
6
DEVNET_SHA : 7e7dbb5
7
7
LEDGER_APP_SHA : dd58c5c
8
+ LEDGER_APP_DEV_TOOLS_SHA : a037d42181f4bed9694246256e2c9e2a899e775c302a9c6482c81f87c28e1432
8
9
9
10
on :
10
11
push :
@@ -185,7 +186,7 @@ jobs:
185
186
# ====================== SETUP LEDGER SPECULOS ====================== #
186
187
187
188
- name : Pull speculos image
188
- run : docker pull ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools
189
+ run : docker pull ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools@sha256:${{ env.LEDGER_APP_DEV_TOOLS_SHA }}
189
190
190
191
191
192
- name : Clone LedgerHQ Starknet app repository
@@ -194,7 +195,7 @@ jobs:
194
195
- name : Build the app inside Docker container
195
196
uses : addnab/docker-run-action@v3
196
197
with :
197
- image : ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools
198
+ image : ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools@sha256:${{ env.LEDGER_APP_DEV_TOOLS_SHA }}
198
199
options : --rm -v ${{ github.workspace }}:/apps
199
200
run : |
200
201
cd /apps/app-starknet
@@ -205,7 +206,7 @@ jobs:
205
206
- name : Start Speculos emulator container
206
207
uses : addnab/docker-run-action@v3
207
208
with :
208
- image : ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools
209
+ image : ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools@sha256:${{ env.LEDGER_APP_DEV_TOOLS_SHA }}
209
210
options : --rm -d --name speculos-emulator -v ${{ github.workspace }}:/apps --publish 5000:5000 --publish 9999:9999
210
211
run : |
211
212
speculos \
You can’t perform that action at this time.
0 commit comments