init
All checks were successful
Publish Helm Chart / Build and publish Helm chart (push) Successful in 5s

This commit is contained in:
2025-11-11 03:50:36 +03:00
commit 964231c369
11 changed files with 333 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
name: Publish Helm Chart
on:
push:
tags:
- '*'
workflow_dispatch: { }
jobs:
publish:
name: Build and publish Helm chart
uses: public/ci-templates/.gitea/workflows/helm_chart_publish.yaml@v1
with:
registry_user: ${{ vars.REGISTRY_USER }}
secrets:
registry_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}