WIP
All checks were successful
generate-chart / generate-chart-publish (push) Successful in 1m27s

This commit is contained in:
Markus Pesch 2025-06-06 21:05:48 +02:00
parent a4d1c3da04
commit 8236ad3285
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -82,8 +82,8 @@ jobs:
- name: Add Artifacthub.io annotations - name: Add Artifacthub.io annotations
run: | run: |
NEW_TAG=12.3.0 NEW_TAG=v11.0.1
OLD_TAG=12.0.0 OLD_TAG=v12.0.0
# NEW_TAG="$(git tag --sort=-version:refname | head --lines 1)" # NEW_TAG="$(git tag --sort=-version:refname | head --lines 1)"
# OLD_TAG="$(git tag --sort=-version:refname | head --lines 2 | tail --lines 1)" # OLD_TAG="$(git tag --sort=-version:refname | head --lines 2 | tail --lines 1)"
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}" .gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"