chore: fix release error and change release order in the workflow
This commit is contained in:
@@ -52,12 +52,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Install Helm GPG plugin
|
# Install Helm GPG plugin
|
||||||
helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false
|
helm plugin install https://github.com/technosophos/helm-gpg.git --verify=false
|
||||||
helm dependency build
|
|
||||||
helm package --version "${GITHUB_REF#refs/tags/v}" ./
|
|
||||||
|
|
||||||
# Package the chart
|
# Package the chart
|
||||||
mkdir actions
|
mkdir ./actions
|
||||||
mv actions*.tgz actions/
|
helm dependency build
|
||||||
|
helm package --version "${GITHUB_REF#refs/tags/v}" --destionation ./actions ./
|
||||||
curl -s -L -o actions/index.yaml https://dl.gitea.com/charts/index.yaml
|
curl -s -L -o actions/index.yaml https://dl.gitea.com/charts/index.yaml
|
||||||
helm repo index actions/ --url https://dl.gitea.com/charts --merge actions/index.yaml
|
helm repo index actions/ --url https://dl.gitea.com/charts --merge actions/index.yaml
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: gitea-actions
|
name: actions
|
||||||
description: Gitea Actions chart for Kubernetes
|
description: Gitea Actions chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.1
|
version: 0.1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user