2 Commits

Author SHA1 Message Date
unkinben 27f12f183e Merge pull request 'chore: change to specific ci image' (#67) from benvin/ci_image into master
Reviewed-on: #67
2026-03-09 01:16:59 +11:00
unkinben c61434b692 chore: change to specific ci image
ci/woodpecker/pr/pre-commit Pipeline was successful
- almalinux9-opentofu image contains all required tools
2026-03-09 01:14:41 +11:00
+1 -2
View File
@@ -3,7 +3,6 @@ when:
steps: steps:
- name: pre-commit - name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:latest image: git.unkin.net/unkin/almalinux9-opentofu:20260308
commands: commands:
- dnf install uv opentofu terragrunt tflint -y
- uvx pre-commit run --all-files - uvx pre-commit run --all-files