Skip to content

CI: fix choosing alpine image architecture #9

CI: fix choosing alpine image architecture

CI: fix choosing alpine image architecture #9

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 "$GITHUB_ACTOR@users.noreply.github.com"
#
# - name: Install Helm
# uses: azure/setup-helm@v3.4
# with:
# version: v3.7.1
#
# - name: Run chart-releaser
# uses: helm/chart-releaser-action@v1.4.1
# with:
# charts_dir: deploy/kubernetes/helm
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# CR_RELEASE_NAME_TEMPLATE: "sloth-helm-chart-{{ .Version }}"