mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-17 15:48:47 +00:00
fix missing dep setup for osbuilder chart
This commit is contained in:
6
.github/workflows/chart.yml
vendored
6
.github/workflows/chart.yml
vendored
@@ -2,6 +2,8 @@ name: Publish Chart
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- charts/osbuilder
|
||||
branches:
|
||||
- master
|
||||
|
||||
@@ -20,6 +22,10 @@ jobs:
|
||||
git config user.name "$GITHUB_ACTOR"
|
||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
- name: Add repos
|
||||
run: |
|
||||
helm repo add cert-manager https://charts.jetstack.io
|
||||
|
||||
- name: Run chart-releaser
|
||||
id: release
|
||||
uses: helm/chart-releaser-action@v1.5.0
|
||||
|
Reference in New Issue
Block a user