a
a
This commit is contained in:
parent
67a1be76e6
commit
c16bfddb0d
13 changed files with 364 additions and 369 deletions
|
@ -1,9 +1,9 @@
|
|||
when:
|
||||
instance: ci.schnabel.org
|
||||
repo: kokuwaio/yamllint
|
||||
event: push
|
||||
instance: ci.kokuwa.io
|
||||
repo: woodpecker/yamllint
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
path: README.md
|
||||
path: [.woodpecker/dockerhub.yaml, README.md]
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -11,7 +11,7 @@ steps:
|
|||
image: kokuwaio/dockerhub-metadata
|
||||
settings:
|
||||
repository: kokuwaio/yamllint
|
||||
description-short: A Woodpecker CI plugin for yamllint to lint yaml files.
|
||||
description-short: A WoodpeckerCI plugin for yamllint to lint yaml files.
|
||||
categories: [developer-tools, integration-and-delivery]
|
||||
username: {from_secret: DOCKERHUB_USERNAME}
|
||||
password: {from_secret: DOCKERHUB_PASSWORD}
|
||||
username: {from_secret: dockerhub_username}
|
||||
password: {from_secret: dockerhub_password}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue