Skip to content

Commit

Permalink
added helm package command (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: REDMOND\lleizerovich <[email protected]>
  • Loading branch information
lleizerovich and REDMOND\lleizerovich authored Oct 10, 2024
1 parent 1ee30ac commit 9886964
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,17 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

helm:
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.15.0
- name: Package Helm chart
run: |
helm package ./charts/mdc-simulation -d charts

0 comments on commit 9886964

Please sign in to comment.