aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker/lint.yml
diff options
context:
space:
mode:
authorMichael Grote2024-02-02 22:10:06 +0100
committerMichael Grote2024-02-02 22:10:06 +0100
commit4f52587a688f601c773e245198809cc32b5adcbd (patch)
tree5b054d3e2211eae926149b0d57d46baa11b499e4 /.woodpecker/lint.yml
parenta8d1ecf4a0f4030d696aef4d555c997406e511b3 (diff)
ci: shellcheck, set tag instead of latest
Diffstat (limited to '.woodpecker/lint.yml')
-rw-r--r--.woodpecker/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index d0314f8..79dfab6 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -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