Use custom runner image with jq, kustomize, docker pre-installed
Some checks failed
CI / changes (push) Successful in 1s
Deploy Production / deploy (push) Failing after 26s
CI / build (push) Has been skipped
CI / lint-and-test (push) Successful in 35s

Build a runner-image based on node:20-bookworm with all CI tools
baked in, avoiding apt-get install in every workflow run. Runner
labels now point to gitea.coreworlds.io/lazorgurl/runner-image.
This commit is contained in:
Julia McGhee
2026-03-21 16:39:34 +00:00
parent eb8e090283
commit 98ab851b60
5 changed files with 11 additions and 13 deletions

View File

@@ -20,8 +20,6 @@ jobs:
with:
fetch-depth: 0
- run: apt-get update && apt-get install -y jq
- name: Detect changed apps
id: filter
run: |