Skip to content

chore(deps): bump docker/build-push-action from 5 to 6 (#130) #98

chore(deps): bump docker/build-push-action from 5 to 6 (#130)

chore(deps): bump docker/build-push-action from 5 to 6 (#130) #98

---
name: release-charts
on:
push:
# Release changed helm charts from `charts/` whenever a
# merge/push into `main` occurs.
#
# The packaged charts are stored in the `gh-pages` branch, the helm
# repository is served via GitHub Pages.
#
# See: https://github.com/helm/chart-releaser-action
branches:
- main
jobs:
release-charts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.7.1
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
skip_existing: true