asd
Some checks failed
Some checks failed
This commit is contained in:
parent
8681955297
commit
0f7be7a834
@ -34,6 +34,9 @@ jobs:
|
|||||||
REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 2)
|
REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 2)
|
||||||
PACKAGE_VERSION=${GITHUB_REF#refs/tags/v}
|
PACKAGE_VERSION=${GITHUB_REF#refs/tags/v}
|
||||||
|
|
||||||
|
echo $REPOSITORY_NAME
|
||||||
|
echo $PACKAGE_VERSION
|
||||||
|
|
||||||
helm repo add ${HELM_REPO_NAME} https://charts.cryptic.systems/${HELM_REPO_NAME}
|
helm repo add ${HELM_REPO_NAME} https://charts.cryptic.systems/${HELM_REPO_NAME}
|
||||||
helm dependency build
|
helm dependency build
|
||||||
helm package --version "${PACKAGE_VERSION}" ./
|
helm package --version "${PACKAGE_VERSION}" ./
|
||||||
|
Loading…
Reference in New Issue
Block a user