hadolint/.woodpecker/dockerhub.yaml
Stephan Schnabel 136c6e5ea4
All checks were successful
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/build Pipeline was successful
ci/woodpecker/manual/dockerhub Pipeline was successful
Initial draft of plugin.
2025-06-13 21:45:17 +02:00

17 lines
499 B
YAML

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