chore: remove github actions
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-06-27 21:01:24 +02:00
parent cafd964700
commit beb356e75f
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
7 changed files with 18 additions and 93 deletions

View file

@ -3,7 +3,7 @@ when:
repo: kokuwaio/keycloak-event-metrics
event: [manual, push]
branch: main
path: [.woodpecker/deploy.yaml, Dockerfile, pom.xml, src/main/**]
path: [.woodpecker/deploy.yaml, README.md, Dockerfile, pom.xml, src/main/**]
services:
- name: dockerd
@ -48,3 +48,14 @@ steps:
org.opencontainers.image.licenses: EUPL-1.2
org.opencontainers.image.ref.name: kokuwaio/keycloak-event-metrics
org.opencontainers.image.version: snapshot
dockerhub:
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}
when:
path: [README.md]

View file

@ -1,17 +0,0 @@
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}