skill/.woodpecker.yml
ace 52e4927f3b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
woodpecker
2025-01-14 04:15:13 +01:00

11 lines
282 B
YAML

---
steps:
- name: build and publish
image: maven:3.9.9-eclipse-temurin-21
commands:
- mvn package -P production com.google.cloud.tools:jib-maven-plugin:3.4.3:build -Dimage=registry.willof.de/skill -Dspring.profiles.active=production
when:
- event: push