ci: shellcheck, set tag instead of latest
This commit is contained in:
parent
2fd720b3f1
commit
bdac178fd0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
- tag
|
||||
|
||||
shellcheck:
|
||||
image: registry.mgrote.net/allzweckcontainer@sha256:5ac77318fc5fd4c6b6670cc3e54d3bf0e8639e1b25d00af1a9ed41e7853ad4fb
|
||||
image: "registry.mgrote.net/allzweckcontainer:1.0.120"@sha256:5ac77318fc5fd4c6b6670cc3e54d3bf0e8639e1b25d00af1a9ed41e7853ad4fb
|
||||
commands:
|
||||
- |
|
||||
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do
|
||||
|
|
Loading…
Reference in a new issue