ci: shellcheck, set tag instead of latest

This commit is contained in:
Michael Grote 2024-02-02 22:12:02 +01:00
parent 8a95809329
commit 8f5801babb
1 changed files with 1 additions and 1 deletions

View File

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