You've already forked prometheus-fail2ban-exporter-charts
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
9cd56ac7f6
|
|||
6425930268
|
|||
69c4b3dd4d
|
@ -15,13 +15,13 @@ jobs:
|
||||
run: |
|
||||
apk update
|
||||
apk add git npm yq
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Add Artifacthub.io annotations
|
||||
run: |
|
||||
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)")"
|
||||
|
||||
|
Reference in New Issue
Block a user