Skip to content

Commit 3898671

Browse files
committed
chore: add woodpecker version tags
1 parent d1b04c3 commit 3898671

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.woodpecker/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ when:
77

88
variables:
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

.woodpecker/lint.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ when:
66
steps:
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"]]

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
}

0 commit comments

Comments
 (0)