Skip to content

Commit

Permalink
Merge pull request #39 from WorldHealthOrganization/fix/chart-release…
Browse files Browse the repository at this point in the history
…-action

fix: Update chart relese workflow, relocate charts
  • Loading branch information
ascheibal authored Jul 25, 2024
2 parents 25cadb9 + a6f7bc0 commit b0c0f3b
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Release Charts

on:
release:
types:
- created
push:
branches:
- main
workflow_dispatch: # This allows the workflow to be triggered manually

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -22,7 +22,5 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: "k8s/helm/tngkds" # Specify the path to your charts directory
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b0c0f3b

Please sign in to comment.