Skip to content

update artifacthub badge link #7

update artifacthub badge link

update artifacthub badge link #7

Workflow file for this run

name: Helm Chart Build
on:
push:
branches:
- 'dev'
pull_request:
branches:
- 'dev'
- 'main'
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v4.1.0
- name: Helm Dependency update
run: helm dependency update servarr/ --debug
- name: Helm Template
run: helm template servarr servarr/ --debug -f .github/ci/ci-values.yaml
- name: Create Package
run: helm package servarr/