hadolint/.woodpecker/dockerhub.yaml
Stephan Schnabel 0e01a7dcaf
Some checks failed
ci/woodpecker/push/test/2 unknown status
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/dockerhub Pipeline failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test/1 unknown status
Initial draft of plugin.
2025-06-14 13:43:14 +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}