This commit is contained in:
2025-03-14 15:15:39 -05:00
parent 707cb159b9
commit 673a8c686f
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Publish Helm Chart to Gitea
run: |
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
helm cm-push ${{ env.PACKAGE_PATH }} helm-charts
helm push ${{ env.PACKAGE_PATH }} helm-charts
- name: Release Helm Chart
uses: akkuman/gitea-release-action@v1

View File

@@ -37,7 +37,7 @@ jobs:
- name: Publish Helm Chart to Gitea
run: |
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
helm cm-push ${{ env.PACKAGE_PATH }} helm-charts
helm push ${{ env.PACKAGE_PATH }} helm-charts
- name: Release Helm Chart
uses: akkuman/gitea-release-action@v1

View File

@@ -37,7 +37,7 @@ jobs:
- name: Publish Helm Chart to Gitea
run: |
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
helm cm-push ${{ env.PACKAGE_PATH }} helm-charts
helm push ${{ env.PACKAGE_PATH }} helm-charts
- name: Release Helm Chart
uses: akkuman/gitea-release-action@v1