ci: adjust link of dockerfile build origin
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 19s
Python / test (pull_request) Successful in 35s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m9s
Build (C++) / build (pull_request) Failing after 5s

This commit is contained in:
2026-06-29 00:24:05 +02:00
parent 4061cc60a3
commit d82b6da074
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ jobs:
# Uses pre-built Docker image with all build deps.
# Rebuild via ci-image.yml workflow.
container:
image: git.zach-dev.cc/zach/zshell-ci:latest
image: git.aramjonghu.nl/aramjonghu/zshell-ci:latest
steps:
- name: Checkout
@@ -26,4 +26,4 @@ jobs:
run: |
find Plugins -name '*.cpp' -o -name '*.hpp' | \
xargs clang-tidy -p build --quiet 2>&1 | \
grep -v 'Suppressed\|non-user\|non-system'
grep -v 'Suppressed\|non-user\|non-system\|unknown argument.*mno-direct'
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
build:
runs-on: alpine
env:
IMAGE: git.zach-dev.cc/zach/zshell-ci:latest
IMAGE: git.aramjonghu.nl/aramjonghu/zshell-ci:latest
steps:
- name: Checkout