Skip to content

fix(teuto-portal-k8s-worker): image repository (#675) #421

fix(teuto-portal-k8s-worker): image repository (#675)

fix(teuto-portal-k8s-worker): image repository (#675) #421

Workflow file for this run

name: Auto-version Charts
on:
push:
branches:
- main
paths:
- charts/**
jobs:
getChangedCharts:
if: ${{ !contains(github.event.head_commit.message, '[bot] release') }}
uses: ./.github/workflows/get-changed-charts.yaml
createReleasePR:
if: ${{ !contains(github.event.head_commit.message, '[bot] release') }}
needs: getChangedCharts
strategy:
matrix:
chart: ${{ fromJson(needs.getChangedCharts.outputs.charts) }}
uses: ./.github/workflows/create-release-pr.yaml
secrets:
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
with:
chart: ${{ matrix.chart }}