From 2103a423fefc55b14c588c41cfc6dce3fe98ef8c Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Thu, 11 Jun 2026 10:27:41 +0900 Subject: [PATCH] build: pin job container image to Gitea registry (v0) Workflows now pull pi5-16.local:3005/mikkeli/novoyuuparosk-wiki-runner:v0 instead of relying on the host dockerd image cache. Registry is the authority; act_runner pull_image flipped to true accordingly. Co-Authored-By: Claude Opus 4.8 --- .gitea/workflows/publish-ses.yml | 2 +- .gitea/workflows/publish-songs.yml | 2 +- .gitea/workflows/publish-tech.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/publish-ses.yml b/.gitea/workflows/publish-ses.yml index 4818cf5..1d68bd3 100644 --- a/.gitea/workflows/publish-ses.yml +++ b/.gitea/workflows/publish-ses.yml @@ -10,7 +10,7 @@ jobs: publish: runs-on: ubuntu-latest container: - image: novoyuuparosk-wiki-runner:latest + image: pi5-16.local:3005/mikkeli/novoyuuparosk-wiki-runner:v0 steps: - name: Checkout ses-light-novel diff --git a/.gitea/workflows/publish-songs.yml b/.gitea/workflows/publish-songs.yml index d1ffebc..662a14b 100644 --- a/.gitea/workflows/publish-songs.yml +++ b/.gitea/workflows/publish-songs.yml @@ -19,7 +19,7 @@ jobs: publish: runs-on: ubuntu-latest container: - image: novoyuuparosk-wiki-runner:latest + image: pi5-16.local:3005/mikkeli/novoyuuparosk-wiki-runner:v0 steps: - name: Checkout ncmr-songs diff --git a/.gitea/workflows/publish-tech.yml b/.gitea/workflows/publish-tech.yml index 8728896..b05e8d4 100644 --- a/.gitea/workflows/publish-tech.yml +++ b/.gitea/workflows/publish-tech.yml @@ -10,7 +10,7 @@ jobs: publish: runs-on: ubuntu-latest container: - image: novoyuuparosk-wiki-runner:latest + image: pi5-16.local:3005/mikkeli/novoyuuparosk-wiki-runner:v0 steps: - name: Checkout tech-blogs