File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88variables :
99 - step : &pr
10- image : kokuwaio/buildctl
10+ image : kokuwaio/buildctl:v0.23.2
1111 depends_on : []
1212 settings : &settings-pr
1313 platform : [linux/amd64, linux/arm64]
@@ -32,7 +32,7 @@ variables:
3232 when :
3333 event : pull_request
3434 - step : &push
35- image : kokuwaio/buildctl
35+ image : kokuwaio/buildctl:v0.23.2
3636 depends_on : []
3737 settings : &settings-push
3838 << : *settings-pr
Original file line number Diff line number Diff line change 66steps :
77
88 renovate :
9- image : kokuwaio/renovate-config-validator
9+ image : kokuwaio/renovate-config-validator:41
1010 depends_on : []
1111 when : [path: [.woodpecker/lint.yaml, renovate.json]]
1212
1313 yaml :
14- image : kokuwaio/yamllint
14+ image : kokuwaio/yamllint:v1.37.1
1515 depends_on : []
1616 when : [path: [.woodpecker/lint.yaml, .yamllint.yaml, "**/*.yaml"]]
1717
1818 markdown :
19- image : kokuwaio/markdownlint
19+ image : kokuwaio/markdownlint:0.45.0
2020 depends_on : []
2121 when : [path: [.woodpecker/lint.yaml, .markdownlint.yaml, "**/*.md"]]
2222
2323 dockerfile :
24- image : kokuwaio/hadolint
24+ image : kokuwaio/hadolint:v2.12.0
2525 depends_on : []
2626 when : [path: [.woodpecker/lint.yaml, "**/Dockerfile"]]
2727
2828 shellcheck :
29- image : kokuwaio/shellcheck
29+ image : kokuwaio/shellcheck:v0.10.0
3030 depends_on : []
3131 when : [path: [.woodpecker/lint.yaml, "**/*.sh"]]
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" local> kokuwaio/renovate-config" , " :reviewer(stephan.schnabel)" ]
3+ "extends" : [" kokuwaio/renovate-config" , " :reviewer(stephan.schnabel)" ]
44}
You can’t perform that action at this time.
0 commit comments