ci: change shellcheck tag

This commit is contained in:
Michael Grote 2024-02-02 22:17:42 +01:00
parent 3098b12f30
commit 60e76e6cd0

View file

@ -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