keycloak-event-metrics/.woodpecker/build.yaml
Stephan Schnabel 3ccdf05b39
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
1
2025-06-01 21:04:57 +02:00

22 lines
702 B
YAML

when:
event: [manual, push]
branch: main
path: [.woodpecker/build.yaml, pom.xml, src/main/**]
services:
- name: dockerd
image: kokuwaio/dockerd
ports: [2375, 8080]
steps:
deploy:
image: maven:3.9.9-eclipse-temurin-17
commands: mvn deploy --settings=.woodpecker/maven/settings.xml -DskipTests
environment:
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}
DOCKER_IO_USERNAME: {from_secret: docker_io_username}
DOCKER_IO_PASSWORD: {from_secret: docker_io_password}
GHCR_IO_USERNAME: {from_secret: ghcr_io_username}
GHCR_IO_PASSWORD: {from_secret: ghcr_io_password}