Test.
Some checks failed
Java CI with Gradle / build (push) Waiting to run
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Lipp 2025-08-11 11:00:38 +02:00
parent 6bb31d1cbf
commit 096655a604

View file

@ -14,6 +14,7 @@ steps:
- name: prepare
image: alpine
commands:
- pwd
# Because we run the next step as user 1000 to make podman work:
- chown -R 1000:1000 .
@ -25,6 +26,7 @@ steps:
REGISTRY_TOKEN:
from_secret: REGISTRY_TOKEN
commands:
- pwd
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage
backend_options:
kubernetes: