Moved repository to git.kokuwa.io
This commit is contained in:
parent
9552221cc4
commit
e9a3c2646b
24 changed files with 659 additions and 558 deletions
17
.woodpecker/dockerhub.yaml
Normal file
17
.woodpecker/dockerhub.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
when:
|
||||
instance: ci.kokuwa.io
|
||||
repo: keycloak/keycloak-event-metrics
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
path: [.woodpecker/dockerhub.yaml, README.md]
|
||||
|
||||
steps:
|
||||
|
||||
metadata:
|
||||
image: kokuwaio/dockerhub-metadata
|
||||
settings:
|
||||
repository: kokuwaio/keycloak-event-metrics
|
||||
description-short: Provides metrics for Keycloak user/admin events and user/client/session count.
|
||||
categories: monitoring-and-observability
|
||||
username: {from_secret: dockerhub_username}
|
||||
password: {from_secret: dockerhub_password}
|
Loading…
Add table
Add a link
Reference in a new issue