You've already forked helm-generic-chart
generated from public/repo-template
init
All checks were successful
Publish Helm Chart / Build and publish Helm chart (push) Successful in 5s
All checks were successful
Publish Helm Chart / Build and publish Helm chart (push) Successful in 5s
This commit is contained in:
16
.gitea/workflows/build.yaml
Normal file
16
.gitea/workflows/build.yaml
Normal 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 }}
|
||||
|
||||
Reference in New Issue
Block a user