Compare commits

..

No commits in common. "4968a19d49f6f516c04e140ec1b488067ac70b72" and "2b336de657443eae354e797822bc16d9445c46fe" have entirely different histories.

View File

@ -14,9 +14,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Determine Architecture and Operating System to support x86_64 and ARM based CI nodes - name: Determine Architecture and Operating System to support x86_64 and ARM based CI nodes
run: | run: |
# determine operating system # determine operating system
@ -88,9 +85,6 @@ jobs:
# OLD_TAG="$(git tag --sort=-version:refname | head --lines 2 | tail --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}"
- name: Print Chart.yaml
run: cat Chart.yaml
# # 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
# - name: package chart # - name: package chart
# run: | # run: |