skill/.woodpecker.yml

11 lines
282 B
YAML
Raw Normal View History

2025-01-14 03:15:13 +00:00
---
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