generated from public/repo-template
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user