Skip to content

chore: update release-images workflow #4

chore: update release-images workflow

chore: update release-images workflow #4

Workflow file for this run

name: release helm charts
on:
push:
tags:
- '*[0-9].*[0-9].*[0-9]*'
- 'chart-*[0-9].*[0-9].*[0-9]*'
env:
GO_VERSION: "1.20"
jobs:
release-chart:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
mark_as_latest: false