11 lines
282 B
YAML
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
|
|
|