From d4077490c3f914458bd3e53e210840c06ee510ed Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 25 Feb 2024 12:17:34 +0000 Subject: [PATCH] .gitea/workflows/push-helm-chart.yaml aktualisiert --- .gitea/workflows/push-helm-chart.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/push-helm-chart.yaml b/.gitea/workflows/push-helm-chart.yaml index 25ffa25..41216f8 100644 --- a/.gitea/workflows/push-helm-chart.yaml +++ b/.gitea/workflows/push-helm-chart.yaml @@ -28,6 +28,12 @@ jobs: container: image: catthehacker/ubuntu:act-latest steps: + - name: Checkout + uses: actions/checkout@v3 + with: + fetch-depth: 0 # all history for all branches and tags + - name: Install Helm + run: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash - name: Get Package Name run: echo PACKAGE_NAME=$(ls | grep .tgz) >> $GITHUB_OUTPUT - name: Push to Package Repo