feat: use local yamllint container
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
ci/woodpecker/manual/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-12 10:48:18 +02:00
commit 06874ffea1

View file

@ -15,8 +15,8 @@ steps:
# yamllint # yamllint
- name: "yamllint" - name: "yamllint"
# renovate: datasource=docker depName=docker.io/pipelinecomponents/yamllint # renovate: datasource=docker depName=cr.simoncor.net/yamllint
image: "cr.simoncor.net/dockerhub/pipelinecomponents/yamllint:edge" image: "cr.simoncor.net/yamllint:1.38.0"
depends_on: depends_on:
- "gitleaks" - "gitleaks"
commands: commands: