You've already forked prometheus-fail2ban-exporter-charts
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c4b209a1a4
|
|||
9cd56ac7f6
|
@ -20,15 +20,12 @@ jobs:
|
||||
|
||||
- name: Add Artifacthub.io annotations
|
||||
run: |
|
||||
git fetch --unshallow --tags
|
||||
git fetch --unshallow --tags --force
|
||||
|
||||
NEW_TAG="$(git describe --abbrev=0)"
|
||||
OLD_TAG="$(git describe --abbrev=0 --tags "$(git rev-list --tags --skip=1 --max-count=1)")"
|
||||
|
||||
echo "${NEW_TAG}"
|
||||
echo "${OLD_TAG}"
|
||||
|
||||
.gitea/scripts/add-annotations.sh "${NEW_TAG}" "${OLD_TAG}"
|
||||
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
|
||||
|
||||
- name: Package chart
|
||||
env:
|
||||
|
Reference in New Issue
Block a user