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

This commit is contained in:
Michael Lipp 2025-08-10 18:14:12 +02:00
parent a354603112
commit 5398059bb1

View file

@ -19,6 +19,7 @@ steps:
from_secret: REGISTRY_TOKEN
commands:
- git config --global --add safe.directory $(pwd)
- git describe --tags
- export IMAGE_TAG=$(git describe --tags)
- echo $IMAGE_TAG