This commit is contained in:
parent
f7307a8c23
commit
52e4927f3b
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user