Skip to content

Commit b2c4516

Browse files
senamakelclaude
andcommitted
fix(ci): use correct amd64 Docker image digest
Previous digest was from arm64 build (Mac). Rebuilt with --platform linux/amd64 for GitHub Actions runners. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8df2fbd commit b2c4516

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build Tauri App
1919
runs-on: ubuntu-22.04
2020
container:
21-
image: ghcr.io/tinyhumansai/openhuman/ci-runner@sha256:f424edf66964f80e98a6445dffcc895e919c60a4d33aa0e15fdc7fb3a486b921
21+
image: ghcr.io/tinyhumansai/openhuman/ci-runner@sha256:ea53feffddf7a01d337ba95fe5a3631ae0ca5c5eab003810d4423820fa40ed3f
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: Rust Tests + Quality
6161
runs-on: ubuntu-22.04
6262
container:
63-
image: ghcr.io/tinyhumansai/openhuman/ci-runner@sha256:f424edf66964f80e98a6445dffcc895e919c60a4d33aa0e15fdc7fb3a486b921
63+
image: ghcr.io/tinyhumansai/openhuman/ci-runner@sha256:ea53feffddf7a01d337ba95fe5a3631ae0ca5c5eab003810d4423820fa40ed3f
6464
steps:
6565
- name: Checkout code
6666
uses: actions/checkout@v4

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
name: Rust Quality (fmt + clippy)
6464
runs-on: ubuntu-22.04
6565
container:
66-
image: ghcr.io/tinyhumansai/openhuman/ci-runner@sha256:f424edf66964f80e98a6445dffcc895e919c60a4d33aa0e15fdc7fb3a486b921
66+
image: ghcr.io/tinyhumansai/openhuman/ci-runner@sha256:ea53feffddf7a01d337ba95fe5a3631ae0ca5c5eab003810d4423820fa40ed3f
6767
steps:
6868
- name: Checkout code
6969
uses: actions/checkout@v4

0 commit comments

Comments
 (0)