123
This commit is contained in:
parent
e98d1d736b
commit
d305c56618
2 changed files with 4 additions and 4 deletions
|
@ -36,11 +36,11 @@ steps:
|
|||
<<: *settings
|
||||
name:
|
||||
- registry.kokuwa.io/kokuwaio/markdownlint:latest
|
||||
- registry.kokuwa.io/kokuwaio/markdownlint:v0.42.0
|
||||
- registry.kokuwa.io/kokuwaio/markdownlint:0.42.0
|
||||
- docker.io/kokuwaio/markdownlint:latest
|
||||
- docker.io/kokuwaio/markdownlint:v0.42.0
|
||||
- docker.io/kokuwaio/markdownlint:0.42.0
|
||||
- ghcr.io/kokuwaio/markdownlint:latest
|
||||
- ghcr.io/kokuwaio/markdownlint:v0.42.0
|
||||
- ghcr.io/kokuwaio/markdownlint:0.42.0
|
||||
auth:
|
||||
"https://index.docker.io/v1/":
|
||||
username: {from_secret: docker_io_username}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"matchStrings": [
|
||||
"kokuwaio/markdownlint:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)",
|
||||
"markdownlint-cli@(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)",
|
||||
"version: (?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
|
||||
"version: (?<currentValue>v[0-9]+\\.[0-9]+\\.[0-9]+)"
|
||||
],
|
||||
"datasourceTemplate": "npm",
|
||||
"packageNameTemplate": "markdownlint-cli"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue