You've already forked helm-gitea
This commit is contained in:
@ -67,6 +67,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "INFO: Install awscli via python pip"
|
echo "INFO: Install awscli via python pip"
|
||||||
pip install awscli --break-system-packages
|
pip install awscli --break-system-packages
|
||||||
|
aws --version
|
||||||
|
|
||||||
# - name: Import GPG key
|
# - name: Import GPG key
|
||||||
# id: import_gpg
|
# id: import_gpg
|
||||||
@ -78,8 +79,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Add Artifacthub.io annotations
|
- name: Add Artifacthub.io annotations
|
||||||
run: |
|
run: |
|
||||||
NEW_TAG="$(git tag --sort=-version:refname | head -n 1)"
|
NEW_TAG=12.3.0
|
||||||
OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"
|
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}"
|
.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
|
# # Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843
|
||||||
|
Reference in New Issue
Block a user