From c5bb8000ba3a3bd13bcc6fd9e737ead3b993a703 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 25 Feb 2024 12:23:58 +0000 Subject: [PATCH] .gitea/workflows/push-helm-chart.yaml aktualisiert --- .gitea/workflows/push-helm-chart.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitea/workflows/push-helm-chart.yaml b/.gitea/workflows/push-helm-chart.yaml index 15b330a..0f80f21 100644 --- a/.gitea/workflows/push-helm-chart.yaml +++ b/.gitea/workflows/push-helm-chart.yaml @@ -8,19 +8,6 @@ on: - releases/* jobs: - build: - runs-on: ubuntu-latest - 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: Lint Helm Chart - run: helm lint . push: runs-on: ubuntu-latest container: