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 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: novoyuuparosk-wiki-runner:latest
|
image: pi5-16.local:3005/mikkeli/novoyuuparosk-wiki-runner:v0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout ses-light-novel
|
- name: Checkout ses-light-novel
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: novoyuuparosk-wiki-runner:latest
|
image: pi5-16.local:3005/mikkeli/novoyuuparosk-wiki-runner:v0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout ncmr-songs
|
- name: Checkout ncmr-songs
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: novoyuuparosk-wiki-runner:latest
|
image: pi5-16.local:3005/mikkeli/novoyuuparosk-wiki-runner:v0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout tech-blogs
|
- name: Checkout tech-blogs
|
||||||
|
|||||||
Reference in New Issue
Block a user