WIP: Do it
Some checks failed
Helm / helm-lint (push) Successful in 15s
Helm / helm-unittest (push) Successful in 15s
Release / publish-chart (push) Failing after 15s

This commit is contained in:
Markus Pesch 2025-06-03 21:28:40 +02:00
parent 6de5e9aa48
commit 6884347da0
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -31,6 +31,9 @@ jobs:
NEW_TAG="$(git describe --abbrev=0)" NEW_TAG="$(git describe --abbrev=0)"
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")" OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"
echo "Old: ${OLD_TAG}"
echo "New: ${NEW_TAG}"
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}" .gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
- name: Package chart - name: Package chart