Skip to content

big upgrade:

big upgrade: #5

Workflow file for this run

name: Package & Publish Demo Charts
on:
push:
tags:
- "*"
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Login to GHCR
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push charts to GHCR
run: REGISTRY_REPO="oci://ghcr.io/${GITHUB_REPOSITORY,,}/charts" make helm-push