Skip to content

Commit 93bb93a

Browse files
committed
Pin BlocksDS build image
1 parent b108b2d commit 93bb93a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
build:
4646
runs-on: ubuntu-latest
47-
container: skylyrac/blocksds:slim-latest
47+
container: skylyrac/blocksds:slim-v1.22.3@sha256:1209538f7bdcec3681682ba8df2c77f459b9def83c4898b34a600ff285c882cf
4848
env:
4949
BLOCKSDS: /opt/wonderful/thirdparty/blocksds/core
5050
name: Build with BlocksDS toolchain using official Docker image

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
container: skylyrac/blocksds:slim-latest
14+
container: skylyrac/blocksds:slim-v1.22.3@sha256:1209538f7bdcec3681682ba8df2c77f459b9def83c4898b34a600ff285c882cf
1515
env:
1616
BLOCKSDS: /opt/wonderful/thirdparty/blocksds/core
1717
name: Build with BlocksDS toolchain using official Docker image

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Build container for SafeNANDManager (NDS/DSi homebrew, BlocksDS toolchain).
44
# The official image ships the SDK fully configured (BLOCKSDS, BLOCKSDSEXT,
55
# WONDERFUL_TOOLCHAIN already set) — no local toolchain install needed.
6-
FROM skylyrac/blocksds:slim-latest
6+
FROM skylyrac/blocksds:slim-v1.22.3@sha256:1209538f7bdcec3681682ba8df2c77f459b9def83c4898b34a600ff285c882cf
77

88
RUN git config --global --add safe.directory /work
99

0 commit comments

Comments
 (0)