1
This commit is contained in:
parent
e1ebdb3eb6
commit
40bdd6eca6
12 changed files with 366 additions and 306 deletions
|
@ -1,9 +1,9 @@
|
|||
when:
|
||||
instance: ci.schnabel.org
|
||||
repo: kokuwaio/dockerd
|
||||
event: push
|
||||
instance: ci.kokuwa.io
|
||||
repo: woodpecker/dockerd
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
path: [.woodpecker/dockerhub.yaml, README.md, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||
path: [.woodpecker/dockerhub.yaml, README.md]
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -11,7 +11,7 @@ steps:
|
|||
image: kokuwaio/dockerhub-metadata
|
||||
settings:
|
||||
repository: kokuwaio/dockerd
|
||||
description-short: Docker daemon for usage in Woodpecker CI.
|
||||
description-short: Docker daemon for usage in WoodpeckerCI.
|
||||
categories: [developer-tools, integration-and-delivery]
|
||||
username: {from_secret: DOCKERHUB_USERNAME}
|
||||
password: {from_secret: DOCKERHUB_PASSWORD}
|
||||
username: {from_secret: dockerhub_username}
|
||||
password: {from_secret: dockerhub_password}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue