17 lines
533 B
YAML
17 lines
533 B
YAML
when:
|
|
instance: ci.kokuwa.io
|
|
repo: kokuwaio/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}
|