chore/gitea-act-runner #14

Closed
volker.raschek wants to merge 38 commits from chore/gitea-act-runner into master
Showing only changes of commit 0f7be7a834 - Show all commits

View File

@ -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}" ./