From 86819552978d84b155d9a435a9f151e4bdad0680 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 12 Jan 2025 15:32:22 +0100 Subject: [PATCH] asdasd --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 0f6659c..60774f5 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -6,7 +6,7 @@ on: - "**" jobs: - generate-chart-publish: + publish-chart: container: image: docker.io/volkerraschek/helm:3.16.1 runs-on: ubuntu-latest @@ -14,7 +14,7 @@ jobs: - name: Install tooling run: | apk update - apk add git + apk add git npm - uses: actions/checkout@v4 # - name: Import GPG key # id: import_gpg