Skip to content

Merge pull request #106 from UCLALibrary/deploy-tag-7e6d424f-to-staging #20

Merge pull request #106 from UCLALibrary/deploy-tag-7e6d424f-to-staging

Merge pull request #106 from UCLALibrary/deploy-tag-7e6d424f-to-staging #20

---
name: Push Helm Chart to ChartMuseum
on:
push:
paths:
- 'charts/**'
branches:
- main
jobs:
push-to-chart-museum:
uses: UCLALibrary/reusable-ghactions-workflows/.github/workflows/cm_helm_chart_push.yml@main
with:
CM_PUSH_HELM_VERSION: ${{ vars.CM_PUSH_HELM_VERSION }}
secrets: inherit