Skip to content

CI: fix image build #10

CI: fix image build

CI: fix image build #10

Workflow file for this run

---
# name: Release Charts
#
# on:
# push:
# branches:
# - main
# paths:
# - "deploy/kubernetes/helm/**"
#
# jobs:
# release:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# 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/[email protected]
# with:
# version: v3.7.1
#
# - name: Run chart-releaser
# uses: helm/[email protected]
# with:
# charts_dir: deploy/kubernetes/helm
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# CR_RELEASE_NAME_TEMPLATE: "sloth-helm-chart-{{ .Version }}"