This commit is contained in:
parent
495e03e5ea
commit
2b336de657
@ -67,6 +67,7 @@ jobs:
|
||||
run: |
|
||||
echo "INFO: Install awscli via python pip"
|
||||
pip install awscli --break-system-packages
|
||||
aws --version
|
||||
|
||||
# - name: Import GPG key
|
||||
# id: import_gpg
|
||||
@ -78,8 +79,10 @@ jobs:
|
||||
|
||||
- name: Add Artifacthub.io annotations
|
||||
run: |
|
||||
NEW_TAG="$(git tag --sort=-version:refname | head -n 1)"
|
||||
OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"
|
||||
NEW_TAG=12.3.0
|
||||
OLD_TAG=12.0.0
|
||||
# NEW_TAG="$(git tag --sort=-version:refname | head --lines 1)"
|
||||
# OLD_TAG="$(git tag --sort=-version:refname | head --lines 2 | tail --lines 1)"
|
||||
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
|
||||
|
||||
# # Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843
|
||||
|
Loading…
x
Reference in New Issue
Block a user