Test.
All checks were successful
ci/woodpecker/manual/publish Pipeline was successful

This commit is contained in:
Michael Lipp 2025-08-10 12:42:46 +02:00
parent 98c8fda2e0
commit ef885e4575

View file

@ -11,9 +11,11 @@ steps:
from_secret: REGISTRY_TOKEN
commands:
- export IMAGE_TAG="$REGISTRY/$REGISTRY_USER/jdk21-builder:$CI_COMMIT_REF"
# - podman build -t $IMAGE_TAG .
- export IMAGE_TAG=$(git describe --tags)
- export IMAGE_REF="$REGISTRY/$REGISTRY_USER/jdk21-builder:$IMAGE_TAG"
- echo $REGISTRY_TOKEN | podman login -u $REGISTRY_USER --password-stdin $REGISTRY
- echo Building image $IMAGE_REF
# - podman build -t $IMAGE_TAG .
backend_options:
kubernetes:
securityContext: