Skip to content

ci: publish helm chart to oci ghcr.io (#214) #1503

ci: publish helm chart to oci ghcr.io (#214)

ci: publish helm chart to oci ghcr.io (#214) #1503

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
build:
name: Build Application
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: pnpm build