Skip to content

Commit 103d2a7

Browse files
senamakelclaude
andcommitted
fix(ci): rename Docker package to openhuman_ci
Move from nested ghcr.io/tinyhumansai/openhuman/ci-runner to ghcr.io/tinyhumansai/openhuman_ci to avoid GHCR nested package manifest resolution issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1ce51cc commit 103d2a7

4 files changed

Lines changed: 5 additions & 5 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:rust-1.93.0
21+
image: ghcr.io/tinyhumansai/openhuman_ci:rust-1.93.0
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v4

.github/workflows/docker-ci-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
file: .github/Dockerfile
3535
push: true
3636
tags: |
37-
ghcr.io/${{ github.repository }}/ci-runner:latest
38-
ghcr.io/${{ github.repository }}/ci-runner:rust-1.93.0
37+
ghcr.io/tinyhumansai/openhuman_ci:latest
38+
ghcr.io/tinyhumansai/openhuman_ci:rust-1.93.0

.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:rust-1.93.0
63+
image: ghcr.io/tinyhumansai/openhuman_ci:rust-1.93.0
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:rust-1.93.0
66+
image: ghcr.io/tinyhumansai/openhuman_ci:rust-1.93.0
6767
steps:
6868
- name: Checkout code
6969
uses: actions/checkout@v4

0 commit comments

Comments
 (0)