install cm-push
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s Details

This commit is contained in:
Tomasz Frątczak 2023-11-05 15:52:15 +01:00
parent 6fb31711d4
commit 785f2073c4
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ jobs:
# - run: echo "🖥️ The workflow is now ready to test your code on the runner." # - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Install helm - name: Install helm
uses: azure/setup-helm@v3 uses: azure/setup-helm@v3
- name: Install cm-push
run: |
helm plugin install https://github.com/chartmuseum/helm-push
- name: Package helm chart - name: Package helm chart
run: | run: |
helm package chart/ helm package chart/