Try and fix docker build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Manuel Friedli 2026-01-24 01:29:22 +01:00
parent e945a12a6e
commit 9b0c25fb8f
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -7,10 +7,12 @@ steps:
commands: commands:
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
when: when:
branch:
include:
- main
- feature/*
ref: ref:
include: include:
- refs/head/main
- refs/head/feature/**
- refs/tags/** - refs/tags/**
- name: test - name: test
image: maven:3.9-eclipse-temurin-25 image: maven:3.9-eclipse-temurin-25