.gitea/workflows/push-helm-chart.yaml aktualisiert
Some checks failed
Build and Test / build (pull_request) Has been cancelled
Build and Push / push (pull_request) Failing after 35s

This commit is contained in:
simon 2024-02-25 12:23:58 +00:00
parent 8c4a664bc6
commit c5bb8000ba

View File

@ -8,19 +8,6 @@ on:
- releases/* - releases/*
jobs: 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: push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container: