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:03:10 +02:00
parent 096655a604
commit 86f2ae1b7c

View file

@ -15,6 +15,8 @@ steps:
image: alpine
commands:
- pwd
- echo "Home $HOME"
- ls -la $HOME
# Because we run the next step as user 1000 to make podman work:
- chown -R 1000:1000 .
@ -27,6 +29,8 @@ steps:
from_secret: REGISTRY_TOKEN
commands:
- pwd
- echo "Home $HOME"
- ls -la $HOME
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage
backend_options:
kubernetes: