Test.
Some checks failed
ci/woodpecker/manual/publish Pipeline failed

This commit is contained in:
Michael Lipp 2025-08-10 18:09:16 +02:00
parent ce2293544d
commit a354603112

View file

@ -19,7 +19,9 @@ steps:
from_secret: REGISTRY_TOKEN
commands:
- git describe --tags
- export IMAGE_TAG=$(git describe --tags)
- echo $IMAGE_TAG
- 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