From 06874ffea1ab642f1f5614700f9f0b624af3f874 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 12 May 2026 10:48:18 +0200 Subject: [PATCH] feat: use local yamllint container --- .woodpecker/linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/linting.yml b/.woodpecker/linting.yml index 3fbf5b3..b22588a 100644 --- a/.woodpecker/linting.yml +++ b/.woodpecker/linting.yml @@ -15,8 +15,8 @@ steps: # yamllint - name: "yamllint" - # renovate: datasource=docker depName=docker.io/pipelinecomponents/yamllint - image: "cr.simoncor.net/dockerhub/pipelinecomponents/yamllint:edge" + # renovate: datasource=docker depName=cr.simoncor.net/yamllint + image: "cr.simoncor.net/yamllint:1.38.0" depends_on: - "gitleaks" commands: