renovate-config-validator/.woodpecker/dockerhub.yaml
Stephan Schnabel 33b70ed5ae
All checks were successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
Initial draft of plugin.
2025-06-18 15:41:38 +02:00

17 lines
553 B
YAML

when:
instance: ci.kokuwa.io
repo: woodpecker/renovate-config-validator
event: [manual, push]
branch: main
path: [.woodpecker/dockerhub.yaml, README.md]
steps:
metadata:
image: kokuwaio/dockerhub-metadata
settings:
repository: kokuwaio/renovate-config-validator
description-short: A WoodpeckerCI plugin for renovate-config-validator to lint renovate files.
categories: [developer-tools, integration-and-delivery]
username: {from_secret: dockerhub_username}
password: {from_secret: dockerhub_password}