yamllint/.woodpecker/dockerhub.yaml
2025-06-17 23:18:14 +02:00

17 lines
498 B
YAML

when:
instance: ci.kokuwa.io
repo: woodpecker/yamllint
event: [manual, push]
branch: main
path: [.woodpecker/dockerhub.yaml, README.md]
steps:
metadata:
image: kokuwaio/dockerhub-metadata
settings:
repository: kokuwaio/yamllint
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}