Skip to content

Commit

Permalink
Merge pull request #3 from idjohnson/add-helm-chart
Browse files Browse the repository at this point in the history
Add helm chart
  • Loading branch information
idjohnson committed Dec 23, 2023
2 parents 6e90d1c + 7410698 commit 85b16ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand All @@ -48,5 +48,7 @@ jobs:

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: pyplanereport
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 85b16ea

Please sign in to comment.