Skip to content

New Catalog frontend #1218

New Catalog frontend

New Catalog frontend #1218

name: Build Charts
on:
push:
branches:
- '**'
paths:
- apps/*/charts/**
- .github/workflows/helm-chart-build.yml
pull_request:
types: [opened, synchronize, reopened]
paths:
- apps/*/charts/**
- .github/workflows/helm-chart-build.yml
permissions:
packages: write
contents: read
jobs:
detect-and-build:
uses: ./.github/workflows/reusable-build.yml
with:
registry: ghcr.io
repository: ${{ github.repository_owner }}/${{ github.event.repository.name }}/charts
secrets:
ACTOR: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}