You've already forked helm-generic-chart
generated from public/repo-template
All checks were successful
Publish Helm Chart / Build and publish Helm chart (push) Successful in 5s
17 lines
352 B
YAML
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 }}
|
|
|