use push
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Publish Helm Chart to Gitea
|
- name: Publish Helm Chart to Gitea
|
||||||
run: |
|
run: |
|
||||||
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
|
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
|
- name: Release Helm Chart
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Publish Helm Chart to Gitea
|
- name: Publish Helm Chart to Gitea
|
||||||
run: |
|
run: |
|
||||||
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
|
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
|
- name: Release Helm Chart
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Publish Helm Chart to Gitea
|
- name: Publish Helm Chart to Gitea
|
||||||
run: |
|
run: |
|
||||||
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
|
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
|
- name: Release Helm Chart
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
Reference in New Issue
Block a user