update workflow
This commit is contained in:
@ -119,6 +119,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
|
|
||||||
|
- name: Fetch Dependencies
|
||||||
|
run: |
|
||||||
|
cd helm && \
|
||||||
|
helm repo add hull https://vidispine.github.io/hull && \
|
||||||
|
helm dep build
|
||||||
|
|
||||||
- name: Package Chart
|
- name: Package Chart
|
||||||
run: |
|
run: |
|
||||||
helm package --app-version ${VERSION} ${CHART_DIR}
|
helm package --app-version ${VERSION} ${CHART_DIR}
|
||||||
|
Reference in New Issue
Block a user