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