Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
500978a33f
commit
29bd3aa4d7
16 changed files with 735 additions and 0 deletions
20
.woodpecker/dockerhub.yaml
Normal file
20
.woodpecker/dockerhub.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
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}
|
Loading…
Add table
Add a link
Reference in a new issue