install cm-push
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Details
This commit is contained in:
parent
6fb31711d4
commit
785f2073c4
|
@ -15,6 +15,9 @@ jobs:
|
|||
# - run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: Install helm
|
||||
uses: azure/setup-helm@v3
|
||||
- name: Install cm-push
|
||||
run: |
|
||||
helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- name: Package helm chart
|
||||
run: |
|
||||
helm package chart/
|
||||
|
|
Loading…
Reference in New Issue