diff options
| author | Michael Grote | 2024-02-02 22:10:06 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-02-02 22:10:06 +0100 |
| commit | 4f52587a688f601c773e245198809cc32b5adcbd (patch) | |
| tree | 5b054d3e2211eae926149b0d57d46baa11b499e4 | |
| parent | a8d1ecf4a0f4030d696aef4d555c997406e511b3 (diff) | |
ci: shellcheck, set tag instead of latest
| -rw-r--r-- | .woodpecker/lint.yml | 2 |
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 |