Initial draft of plugin.
This commit is contained in:
parent
a51b159186
commit
aa70d85bee
17 changed files with 950 additions and 0 deletions
28
.woodpecker/dockerhub.yaml
Normal file
28
.woodpecker/dockerhub.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
when:
|
||||
instance: ci.kokuwa.io
|
||||
repo: woodpecker/docker
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
path: [.woodpecker/dockerhub.yaml, README.md]
|
||||
|
||||
steps:
|
||||
|
||||
dockerd:
|
||||
image: kokuwaio/dockerhub-metadata
|
||||
depends_on: []
|
||||
settings:
|
||||
repository: kokuwaio/dockerd
|
||||
description-short: Docker daemon for usage in WoodpeckerCI.
|
||||
categories: [developer-tools, integration-and-delivery]
|
||||
username: {from_secret: dockerhub_username}
|
||||
password: {from_secret: dockerhub_password}
|
||||
|
||||
docker-cli:
|
||||
image: kokuwaio/dockerhub-metadata
|
||||
depends_on: []
|
||||
settings:
|
||||
repository: kokuwaio/docker-cli
|
||||
description-short: Docker CLI for usage in WoodpeckerCI.
|
||||
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