a
This commit is contained in:
Stephan Schnabel 2025-06-17 23:18:14 +02:00
parent 67a1be76e6
commit c16bfddb0d
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
13 changed files with 364 additions and 369 deletions

View file

@ -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}