ci: shellcheck, set tag instead of latest

This commit is contained in:
Michael Grote 2024-02-02 22:09:30 +01:00
parent 575b210775
commit e46f0d947c

View file

@ -19,7 +19,7 @@ steps:
- tag
shellcheck:
image: registry.mgrote.net/allzweckcontainer
image: "registry.mgrote.net/allzweckcontainer:1.0.120"
commands:
- |
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do