chore: use specific images for ci tests #26

Merged
unkinben merged 1 commits from benvin/woodpecker_ci_improvements into main 2026-03-09 01:13:34 +11:00
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ when:
steps:
- name: kubeconform
image: git.unkin.net/unkin/almalinux9-base:latest
image: git.unkin.net/unkin/almalinux9-kubetest:20260308
commands:
- dnf install make kustomize kubeconform helm -y
- make kubeconform
+1 -2
View File
@@ -3,7 +3,6 @@ when:
steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:latest
image: git.unkin.net/unkin/almalinux9-base:20260308
commands:
- dnf install uv make -y
- uvx pre-commit run --all-files