hadolint/.woodpecker/dockerhub.yaml
Stephan Schnabel 7c735d4874
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
Initial draft of plugin.
2025-06-17 20:06:41 +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}