20 lines
618 B
YAML
20 lines
618 B
YAML
when:
|
|
instance: ci.kokuwa.io
|
|
repo: woodpecker/dockerhub-metadata
|
|
event: [manual, push]
|
|
branch: main
|
|
path: [.woodpecker/dockerhub.yaml, README.md, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
|
|
|
depends_on: [build]
|
|
|
|
steps:
|
|
|
|
metadata:
|
|
image: kokuwaio/dockerhub-metadata
|
|
pull: true
|
|
settings:
|
|
repository: kokuwaio/dockerhub-metadata
|
|
description-short: A WoodpeckerCI plugin to write metadata to DockerHub repositories.
|
|
categories: [developer-tools, integration-and-delivery]
|
|
username: {from_secret: dockerhub_username}
|
|
password: {from_secret: dockerhub_password}
|