Skip to content

Commit 14e2d36

Browse files
matthewdeavesclaude
andcommitted
Fix Retro68 container digest (use manifest digest, not config digest)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7fd498e commit 14e2d36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
build-68k-mactcp:
6464
runs-on: ubuntu-latest
6565
container:
66-
image: ghcr.io/matthewdeaves/retro68@sha256:39e46b947620f80659aaf87921043c824a1dc288ba5d39aa83e3a42814450352
66+
image: ghcr.io/matthewdeaves/retro68@sha256:11bc3005f2cd602ad311ab98d91e3999239648d89b1f6413810eafe93a2a145c
6767
steps:
6868
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6969

@@ -94,7 +94,7 @@ jobs:
9494
build-ppc-mactcp:
9595
runs-on: ubuntu-latest
9696
container:
97-
image: ghcr.io/matthewdeaves/retro68@sha256:39e46b947620f80659aaf87921043c824a1dc288ba5d39aa83e3a42814450352
97+
image: ghcr.io/matthewdeaves/retro68@sha256:11bc3005f2cd602ad311ab98d91e3999239648d89b1f6413810eafe93a2a145c
9898
steps:
9999
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
100100

@@ -125,7 +125,7 @@ jobs:
125125
build-ppc-ot:
126126
runs-on: ubuntu-latest
127127
container:
128-
image: ghcr.io/matthewdeaves/retro68@sha256:39e46b947620f80659aaf87921043c824a1dc288ba5d39aa83e3a42814450352
128+
image: ghcr.io/matthewdeaves/retro68@sha256:11bc3005f2cd602ad311ab98d91e3999239648d89b1f6413810eafe93a2a145c
129129
steps:
130130
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
131131

0 commit comments

Comments
 (0)