diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index aa0ca4e..51d0d21 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,8 +19,7 @@ steps: - tag shellcheck: - image: "registry.mgrote.net/allzweckcontainer:v1.0.121" - commands: + image: "registry.mgrote.net/allzweckcontainer:latest" # sonst triggert ein Renovate-Lauf den Neubau, da komt ein neuer Tag, der Renovate triggert... usw. commands: - | find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do if echo "$line" | grep -q "shell script"; then