Files
helm-generic-chart/.gitea/workflows/build.yaml
Fyodor Doletov 964231c369
All checks were successful
Publish Helm Chart / Build and publish Helm chart (push) Successful in 5s
init
2025-11-11 03:50:36 +03:00

17 lines
352 B
YAML

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 }}